Html Css Color HEX #041120 Black Pearl

📋 copy color: '#041120'

red 4 ◦ green 17 ◦ blue 32

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

Shades of Black Pearl #041120

Tints of Black Pearl #041120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 32.08%

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

R = 7.55%
G = 32.08%
B = 60.38%

CMYK

 C value IS 0.87

 M value IS 0.47

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#041120 (or 0x041120) is known color: Black Pearl. HEX triplet: 04, 11 and 20. RGB value is (4,17,32). Sum of RGB (Red+Green+Blue) = 4+17+32=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 32 (12.89% from 255 or 60.38% from 53); Max value from RGB is 32 - color contains mainly: blue. Hex color #041120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041120 is #FBEEDF. Grayscale: #0E0E0E. Windows color (decimal): -16510688 or 2101508. OLE color: 2101508.

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

Color convert

RGB 4 17 32 -
CMYK 0.87 0.47 0 0.87
HSL 212.14º 0.78% 0.07% -
HSV(B) 212.14º 0.88% 0.13% -
XYZ 0.51 0.53 1.44 -
YUV 14.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 4 17 32 0.87 0.47 0 0.87 212.14 0.78 0.07
Hex 4 11 20 57 2F 0 57 D4 4E 7
Octal 4 21 40 127 57 0 127 324 116 7
Binary 100 10001 100000 1010111 101111 0 1010111 11010100 1001110 111

Color Harmonies of #041120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041120

Black with #041120

Text Example


Text Example

White with #041120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041120; }

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

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

background-color css

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

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

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

border-color css

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

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

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