#041C20

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

Shades of Black Pearl #041C20

Tints of Black Pearl #041C20

Color information

#041C20 (or 0x041C20) is unknown color: approx Black Pearl. HEX triplet: 04, 1C and 20. RGB value is (4,28,32). Sum of RGB (Red+Green+Blue) = 4+28+32=64 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.25% from 64); Green value is 28 (11.33% from 255 or 43.75% from 64); Blue value is 32 (12.89% from 255 or 50% from 64); Max value from RGB is 32 - color contains mainly: blue. Hex color #041C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C20 is #FBE3DF. Grayscale: #151515. Windows color (decimal): -16507872 or 2104324. OLE color: 2104324.

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

Color convert

RGB42832-
CMYK0.870.1200.87
HSL188.57º77.78%7.06%-
HSV(B)188.57º87.5%12.55%-
XYZ0.730.961.51-
YUV21.28134.05115.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.25%
GREEN value IS 28 (11.33% from 255) = 43.75%
BLUE value IS 32 (12.89% from 255) = 50%
R=6.25%
G=43.75%
B=50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal428320.870.1200.87188.5777.787.06
Hex41C2057C057bd4e7
Octal434401271401272751167
Binary100111001000001010111110001010111101111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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