Html Css Color HEX #041320 Black Pearl

📋 copy color: '#041320'

red 4 ◦ green 19 ◦ blue 32

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

Shades of Black Pearl #041320

Tints of Black Pearl #041320

RGB

 RED value IS 4 (1.95% from 255) = 7.27%

 GREEN value IS 19 (7.81% from 255) = 34.55%

 BLUE value IS 32 (12.89% from 255) = 58.18%

R = 7.27%
G = 34.55%
B = 58.18%

CMYK

 C value IS 0.87

 M value IS 0.41

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#041320 (or 0x041320) is known color: Black Pearl. HEX triplet: 04, 13 and 20. RGB value is (4,19,32). Sum of RGB (Red+Green+Blue) = 4+19+32=55 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.27% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 32 (12.89% from 255 or 58.18% from 55); Max value from RGB is 32 - color contains mainly: blue. Hex color #041320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041320 is #FBECDF. Grayscale: #0F0F0F. Windows color (decimal): -16510176 or 2102020. OLE color: 2102020.

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

Color convert

RGB 4 19 32 -
CMYK 0.87 0.41 0 0.87
HSL 207.86º 0.78% 0.07% -
HSV(B) 207.86º 0.88% 0.13% -
XYZ 0.54 0.6 1.45 -
YUV 16 137.03 119.44 -
System Red Green Blue C M Y K H S L
Decimal 4 19 32 0.87 0.41 0 0.87 207.86 0.78 0.07
Hex 4 13 20 57 29 0 57 D0 4E 7
Octal 4 23 40 127 51 0 127 320 116 7
Binary 100 10011 100000 1010111 101001 0 1010111 11010000 1001110 111

Color Harmonies of #041320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041320

Black with #041320

Text Example


Text Example

White with #041320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041320; }

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

 H1.HeaderClassName
 {
   color: #041320;
 }
 .AnyTagClassName
 {
   color: #041320;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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