#04121D

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

Shades of Black Pearl #04121D

Tints of Black Pearl #04121D

Color information

#04121D (or 0x04121D) is unknown color: approx Black Pearl. HEX triplet: 04, 12 and 1D. RGB value is (4,18,29). Sum of RGB (Red+Green+Blue) = 4+18+29=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #04121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04121D is #FBEDE2. Grayscale: #0F0F0F. Windows color (decimal): -16510435 or 1905156. OLE color: 1905156.

HSL color Cylindrical-coordinate representation of color #04121D: hue angle of 206.4º degrees, saturation: 0.76, 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 #04121D is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB41829-
CMYK0.860.3800.89
HSL206.4º75.76%6.47%-
HSV(B)206.4º86.21%11.37%-
XYZ0.490.551.24-
YUV15.07135.86120.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.84%
GREEN value IS 18 (7.42% from 255) = 35.29%
BLUE value IS 29 (11.72% from 255) = 56.86%
R=7.84%
G=35.29%
B=56.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal418290.860.3800.89206.475.766.47
Hex4121D5626059ce4c6
Octal422351264601313161146
Binary1001001011101101011010011001011001110011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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