#04121F

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

Shades of Black Pearl #04121F

Tints of Black Pearl #04121F

Color information

#04121F (or 0x04121F) is unknown color: approx Black Pearl. HEX triplet: 04, 12 and 1F. RGB value is (4,18,31). Sum of RGB (Red+Green+Blue) = 4+18+31=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #04121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04121F is #FBEDE0. Grayscale: #0F0F0F. Windows color (decimal): -16510433 or 2036228. OLE color: 2036228.

HSL color Cylindrical-coordinate representation of color #04121F: hue angle of 208.89º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #04121F is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB41831-
CMYK0.870.4200.88
HSL208.89º77.14%6.86%-
HSV(B)208.89º87.1%12.16%-
XYZ0.510.561.38-
YUV15.3136.86119.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.55%
GREEN value IS 18 (7.42% from 255) = 33.96%
BLUE value IS 31 (12.5% from 255) = 58.49%
R=7.55%
G=33.96%
B=58.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal418310.870.4200.88208.8977.146.86
Hex4121F572A058d14d7
Octal422371275201303211157
Binary1001001011111101011110101001011000110100011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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