#04121C

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

Shades of Black Pearl #04121C

Tints of Black Pearl #04121C

Color information

#04121C (or 0x04121C) is unknown color: approx Black Pearl. HEX triplet: 04, 12 and 1C. RGB value is (4,18,28). Sum of RGB (Red+Green+Blue) = 4+18+28=50 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #04121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04121C is #FBEDE3. Grayscale: #0E0E0E. Windows color (decimal): -16510436 or 1839620. OLE color: 1839620.

HSL color Cylindrical-coordinate representation of color #04121C: hue angle of 205º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #04121C is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB41828-
CMYK0.860.3600.89
HSL205º75%6.27%-
HSV(B)205º85.71%10.98%-
XYZ0.480.541.18-
YUV14.95135.36120.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8%
GREEN value IS 18 (7.42% from 255) = 36%
BLUE value IS 28 (11.33% from 255) = 56%
R=8%
G=36%
B=56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal418280.860.3600.89205756.27
Hex4121C5624059cd4b6
Octal422341264401313151136
Binary1001001011100101011010010001011001110011011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04121C; }

 p { color: rgb(4,18,28); }

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

<style>
 a { background-color: #04121C; }

 a { background-color: rgb(4,18,28); }

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

<style>
 span { border-color: #04121C; }

 span { border-color: rgb(4,18,28); }

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