Html Css Color HEX #041020 Black Pearl

📋 copy color: '#041020'

red 4 ◦ green 16 ◦ blue 32

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

Shades of Black Pearl #041020

Tints of Black Pearl #041020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 30.77%

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

R = 7.69%
G = 30.77%
B = 61.54%

CMYK

 C value IS 0.87

 M value IS 0.5

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#041020 (or 0x041020) is known color: Black Pearl. HEX triplet: 04, 10 and 20. RGB value is (4,16,32). Sum of RGB (Red+Green+Blue) = 4+16+32=52 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.69% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 32 (12.89% from 255 or 61.54% from 52); Max value from RGB is 32 - color contains mainly: blue. Hex color #041020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041020 is #FBEFDF. Grayscale: #0E0E0E. Windows color (decimal): -16510944 or 2101252. OLE color: 2101252.

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

Color convert

RGB 4 16 32 -
CMYK 0.87 0.5 0 0.87
HSL 214.29º 0.78% 0.07% -
HSV(B) 214.29º 0.88% 0.13% -
XYZ 0.5 0.5 1.44 -
YUV 14.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 4 16 32 0.87 0.5 0 0.87 214.29 0.78 0.07
Hex 4 10 20 57 32 0 57 D6 4E 7
Octal 4 20 40 127 62 0 127 326 116 7
Binary 100 10000 100000 1010111 110010 0 1010111 11010110 1001110 111

Color Harmonies of #041020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041020

Black with #041020

Text Example


Text Example

White with #041020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041020; }

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

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

background-color css

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

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

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

border-color css

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

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

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