Color Hex Logo

#30003b Color Hex

#30003B
(48,0,59)
0 Favorites   0 Comments

Color spaces of #30003b

RGB 48059
HSL0.801.000.12
HSV289°100°23°
CMYK 0.191.000.00   0.77
XYZ2.00830.94414.2141
Yxy0.94410.28020.1317
Hunter Lab9.716519.8903-18.9129
CIE-Lab8.516832.5534-25.3813

#30003b color RGB value is (48,0,59).

#30003b hex color red value is 48, green value is 0 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #30003b hue: 0.80 , saturation: 1.00 and the lightness value of 30003b is 0.12.

The process color (four color CMYK) of #30003b color hex is 0.19, 1.00, 0.00, 0.77. Web safe color of #30003b is #330033. Color #30003b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000000 00111011
Octal 60 0 73
Decimal 48 0 59
Hex 30 0 3B

RGB Percentages of Color #30003b

%44.86
%0.00
%55.14

CMYK Percentages of Color #30003b

%19
%100
%0
%77

Triadic Colors of #30003b

#30003b #3b3000 #003b30

Analogous Colors of #30003b

#30003b #3b0029 #13003b

Monochromatic Colors of #30003b

#30003b

Complementary Color

#30003b #0b3b00

#30003b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30003b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30003b Color CSS Codes

.mybgcolor {background-color:#30003b; } 
.myforecolor {color:#30003b; }
.mybordercolor {border:3px solid #30003b; }

#30003b Text Font Color

<p style="color:#30003b">Text here</p>

This sample text font color is #30003b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#30003b Background Color

<div style="background-color:#30003b">
Div content here</div>

This div background color is #30003b


#30003b Border Color

<div style="border:3px solid #30003b">
Div here</div>

This div border color is #30003b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,0,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30003b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30003b;
  -webkit-box-shadow: 1px 1px 3px 2px #30003b;
  box-shadow:         1px 1px 3px 2px #30003b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,0,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #30003b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #30003b;
  -webkit-box-shadow: 1px 1px 3px 2px #30003b;
  box-shadow:         1px 1px 3px 2px #30003b;">
Div content here</div>

This div box has shadow with color #30003b


Comments

No comments written yet.

Please login to write comment.