Html Css Color HEX #041520 Black Pearl

📋 copy color: '#041520'

red 4 ◦ green 21 ◦ blue 32

#041520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #041520

Tints of Black Pearl #041520

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 value IS 0.87

 M value IS 0.34

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#041520 (or 0x041520) is known color: 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

RGB 4 21 32 -
CMYK 0.87 0.34 0 0.87
HSL 203.57º 0.78% 0.07% -
HSV(B) 203.57º 0.88% 0.13% -
XYZ 0.58 0.67 1.46 -
YUV 17.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 4 21 32 0.87 0.34 0 0.87 203.57 0.78 0.07
Hex 4 15 20 57 22 0 57 CC 4E 7
Octal 4 25 40 127 42 0 127 314 116 7
Binary 100 10101 100000 1010111 100010 0 1010111 11001100 1001110 111

Color Harmonies of #041520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041520

Black with #041520

Text Example


Text Example

White with #041520

Text Example


Text Example

HTML Codes & Css Web 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>