#030C12

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

Shades of Black Pearl #030C12

Tints of Black Pearl #030C12

Color information

#030C12 (or 0x030C12) is unknown color: approx Black Pearl. HEX triplet: 03, 0C and 12. RGB value is (3,12,18). Sum of RGB (Red+Green+Blue) = 3+12+18=33 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.09% from 33); Green value is 12 (5.08% from 255 or 36.36% from 33); Blue value is 18 (7.42% from 255 or 54.55% from 33); Max value from RGB is 18 - color contains mainly: blue. Hex color #030C12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030C12 is #FCF3ED. Grayscale: #090909. Windows color (decimal): -16577518 or 1182723. OLE color: 1182723.

HSL color Cylindrical-coordinate representation of color #030C12: hue angle of 204º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #030C12 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB31218-
CMYK0.830.3300.93
HSL204º71.43%4.12%-
HSV(B)204º83.33%7.06%-
XYZ0.280.330.62-
YUV9.99132.52123.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.09%
GREEN value IS 12 (5.08% from 255) = 36.36%
BLUE value IS 18 (7.42% from 255) = 54.55%
R=9.09%
G=36.36%
B=54.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal312180.830.3300.9320471.434.12
Hex3C12532105Dcc474
Octal314221234101353141074
Binary11110010010101001110000101011101110011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,12,18); }

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

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

 a { background-color: rgb(3,12,18); }

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

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

 span { border-color: rgb(3,12,18); }

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