#041A20

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

Shades of Black Pearl #041A20

Tints of Black Pearl #041A20

Color information

#041A20 (or 0x041A20) is unknown color: approx Black Pearl. HEX triplet: 04, 1A and 20. RGB value is (4,26,32). Sum of RGB (Red+Green+Blue) = 4+26+32=62 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.45% from 62); Green value is 26 (10.55% from 255 or 41.94% from 62); Blue value is 32 (12.89% from 255 or 51.61% from 62); Max value from RGB is 32 - color contains mainly: blue. Hex color #041A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A20 is #FBE5DF. Grayscale: #141414. Windows color (decimal): -16508384 or 2103812. OLE color: 2103812.

HSL color Cylindrical-coordinate representation of color #041A20: hue angle of 192.86º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #041A20 is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB42632-
CMYK0.870.1900.87
HSL192.86º77.78%7.06%-
HSV(B)192.86º87.5%12.55%-
XYZ0.680.871.5-
YUV20.11134.71116.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.45%
GREEN value IS 26 (10.55% from 255) = 41.94%
BLUE value IS 32 (12.89% from 255) = 51.61%
R=6.45%
G=41.94%
B=51.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal426320.870.1900.87192.8677.787.06
Hex41A205713057c14e7
Octal432401272301273011167
Binary1001101010000010101111001101010111110000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041A20; }

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

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

<style>
 a { background-color: #041A20; }

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

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

<style>
 span { border-color: #041A20; }

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

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