#041520

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

Shades of Black Pearl #041520

Tints of Black Pearl #041520

Color information

#041520 (or 0x041520) is unknown color: approx Black Pearl. HEX triplet: 04, 15 and 20. RGB value is (4,21,32). Sum of RGB (Red+Green+Blue) = 4+21+32=57 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.02% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 32 (12.89% from 255 or 56.14% from 57); Max value from RGB is 32 - color contains mainly: blue. Hex color #041520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041520 is #FBEADF. Grayscale: #111111. Windows color (decimal): -16509664 or 2102532. OLE color: 2102532.

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

Color convert

RGB42132-
CMYK0.870.3400.87
HSL203.57º77.78%7.06%-
HSV(B)203.57º87.5%12.55%-
XYZ0.580.671.46-
YUV17.17136.37118.61-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.02%
GREEN value IS 21 (8.59% from 255) = 36.84%
BLUE value IS 32 (12.89% from 255) = 56.14%
R=7.02%
G=36.84%
B=56.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal421320.870.3400.87203.5777.787.06
Hex415205722057cc4e7
Octal425401274201273141167
Binary10010101100000101011110001001010111110011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041520; }

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

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

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

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

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

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

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

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