#04121A

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

Shades of Black Pearl #04121A

Tints of Black Pearl #04121A

Color information

#04121A (or 0x04121A) is unknown color: approx Black Pearl. HEX triplet: 04, 12 and 1A. RGB value is (4,18,26). Sum of RGB (Red+Green+Blue) = 4+18+26=48 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.33% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 26 (10.55% from 255 or 54.17% from 48); Max value from RGB is 26 - color contains mainly: blue. Hex color #04121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04121A is #FBEDE5. Grayscale: #0E0E0E. Windows color (decimal): -16510438 or 1708548. OLE color: 1708548.

HSL color Cylindrical-coordinate representation of color #04121A: hue angle of 201.82º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #04121A is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB41826-
CMYK0.850.3100.90
HSL201.82º73.33%5.88%-
HSV(B)201.82º84.62%10.2%-
XYZ0.450.531.06-
YUV14.73134.36120.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.33%
GREEN value IS 18 (7.42% from 255) = 37.5%
BLUE value IS 26 (10.55% from 255) = 54.17%
R=8.33%
G=37.5%
B=54.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal418260.850.3100.90201.8273.335.88
Hex4121A551F05Aca496
Octal422321253701323121116
Binary100100101101010101011111101011010110010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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