#04111A

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

Shades of Black Pearl #04111A

Tints of Black Pearl #04111A

Color information

#04111A (or 0x04111A) is unknown color: approx Black Pearl. HEX triplet: 04, 11 and 1A. RGB value is (4,17,26). Sum of RGB (Red+Green+Blue) = 4+17+26=47 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.51% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 26 (10.55% from 255 or 55.32% from 47); Max value from RGB is 26 - color contains mainly: blue. Hex color #04111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04111A is #FBEEE5. Grayscale: #0E0E0E. Windows color (decimal): -16510694 or 1708292. OLE color: 1708292.

HSL color Cylindrical-coordinate representation of color #04111A: hue angle of 204.55º 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 #04111A is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB41726-
CMYK0.850.3500.90
HSL204.55º73.33%5.88%-
HSV(B)204.55º84.62%10.2%-
XYZ0.440.51.05-
YUV14.14134.69120.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.51%
GREEN value IS 17 (7.03% from 255) = 36.17%
BLUE value IS 26 (10.55% from 255) = 55.32%
R=8.51%
G=36.17%
B=55.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal417260.850.3500.90204.5573.335.88
Hex4111A552305Acd496
Octal421321254301323151116
Binary1001000111010101010110001101011010110011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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