#030B18

Color #030B18 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #030B18

Tints of Black Pearl #030B18

Color information

#030B18 (or 0x030B18) is unknown color: approx Black Pearl. HEX triplet: 03, 0B and 18. RGB value is (3,11,24). Sum of RGB (Red+Green+Blue) = 3+11+24=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 11 (4.69% from 255 or 28.95% from 38); Blue value is 24 (9.77% from 255 or 63.16% from 38); Max value from RGB is 24 - color contains mainly: blue. Hex color #030B18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B18 is #FCF4E7. Grayscale: #0A0A0A. Windows color (decimal): -16577768 or 1575683. OLE color: 1575683.

HSL color Cylindrical-coordinate representation of color #030B18: hue angle of 217.14º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #030B18 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB31124-
CMYK0.880.5400.91
HSL217.14º77.78%5.29%-
HSV(B)217.14º87.5%9.41%-
XYZ0.320.320.91-
YUV10.09135.85122.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 7.89%
GREEN value IS 11 (4.69% from 255) = 28.95%
BLUE value IS 24 (9.77% from 255) = 63.16%
R=7.89%
G=28.95%
B=63.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal311240.880.5400.91217.1477.785.29
Hex3B18583605Bd94e5
Octal313301306601333311165
Binary11101111000101100011011001011011110110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030B18; }

 p { color: rgb(3,11,24); }

 H1.HeaderClassName
 {
   color: #030B18;
 }
 .AnyTagClassName
 {
   color: #030B18;
 }
</style>
background-color css

<style>
 a { background-color: #030B18; }

 a { background-color: rgb(3,11,24); }

 div.DivClassName
 {
   background-color: #030B18;
 }
 .BgClassName
 {
   background-color: #030B18;
 }
</style>
border-color css

<style>
 span { border-color: #030B18; }

 span { border-color: rgb(3,11,24); }

 td.TdClassName
 {
   border-color: #030B18;
 }
 .TagClassName
 {
   border-color: #030B18;
 }
</style>