#041E20

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

Shades of Black Pearl #041E20

Tints of Black Pearl #041E20

Color information

#041E20 (or 0x041E20) is unknown color: approx Black Pearl. HEX triplet: 04, 1E and 20. RGB value is (4,30,32). Sum of RGB (Red+Green+Blue) = 4+30+32=66 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.06% from 66); Green value is 30 (12.11% from 255 or 45.45% from 66); Blue value is 32 (12.89% from 255 or 48.48% from 66); Max value from RGB is 32 - color contains mainly: blue. Hex color #041E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E20 is #FBE1DF. Grayscale: #161616. Windows color (decimal): -16507360 or 2104836. OLE color: 2104836.

HSL color Cylindrical-coordinate representation of color #041E20: hue angle of 184.29º 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 #041E20 is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB43032-
CMYK0.870.0600.87
HSL184.29º77.78%7.06%-
HSV(B)184.29º87.5%12.55%-
XYZ0.781.061.53-
YUV22.45133.39114.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.06%
GREEN value IS 30 (12.11% from 255) = 45.45%
BLUE value IS 32 (12.89% from 255) = 48.48%
R=6.06%
G=45.45%
B=48.48%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal430320.870.0600.87184.2977.787.06
Hex41E20576057b84e7
Octal43640127601272701167
Binary10011110100000101011111001010111101110001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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