#04111E

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

Shades of Black Pearl #04111E

Tints of Black Pearl #04111E

Color information

#04111E (or 0x04111E) is unknown color: approx Black Pearl. HEX triplet: 04, 11 and 1E. RGB value is (4,17,30). Sum of RGB (Red+Green+Blue) = 4+17+30=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 30 (12.11% from 255 or 58.82% from 51); Max value from RGB is 30 - color contains mainly: blue. Hex color #04111E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04111E is #FBEEE1. Grayscale: #0E0E0E. Windows color (decimal): -16510690 or 1970436. OLE color: 1970436.

HSL color Cylindrical-coordinate representation of color #04111E: hue angle of 210º degrees, saturation: 0.76, 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 #04111E is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB41730-
CMYK0.870.4300.88
HSL210º76.47%6.67%-
HSV(B)210º86.67%11.76%-
XYZ0.480.521.3-
YUV14.6136.69120.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.84%
GREEN value IS 17 (7.03% from 255) = 33.33%
BLUE value IS 30 (12.11% from 255) = 58.82%
R=7.84%
G=33.33%
B=58.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal417300.870.4300.8821076.476.67
Hex4111E572B058d24c7
Octal421361275301303221147
Binary1001000111110101011110101101011000110100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04111E; }

 p { color: rgb(4,17,30); }

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

<style>
 a { background-color: #04111E; }

 a { background-color: rgb(4,17,30); }

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

<style>
 span { border-color: #04111E; }

 span { border-color: rgb(4,17,30); }

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