#04111C

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

Shades of Black Pearl #04111C

Tints of Black Pearl #04111C

Color information

#04111C (or 0x04111C) is unknown color: approx Black Pearl. HEX triplet: 04, 11 and 1C. RGB value is (4,17,28). Sum of RGB (Red+Green+Blue) = 4+17+28=49 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.16% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 28 (11.33% from 255 or 57.14% from 49); Max value from RGB is 28 - color contains mainly: blue. Hex color #04111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04111C is #FBEEE3. Grayscale: #0E0E0E. Windows color (decimal): -16510692 or 1839364. OLE color: 1839364.

HSL color Cylindrical-coordinate representation of color #04111C: hue angle of 207.5º 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 #04111C is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB41728-
CMYK0.860.3900.89
HSL207.5º75%6.27%-
HSV(B)207.5º85.71%10.98%-
XYZ0.460.511.17-
YUV14.37135.69120.61-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.16%
GREEN value IS 17 (7.03% from 255) = 34.69%
BLUE value IS 28 (11.33% from 255) = 57.14%
R=8.16%
G=34.69%
B=57.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal417280.860.3900.89207.5756.27
Hex4111C5627059d04b6
Octal421341264701313201136
Binary1001000111100101011010011101011001110100001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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