#031120

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

Shades of Black Pearl #031120

Tints of Black Pearl #031120

Color information

#031120 (or 0x031120) is unknown color: approx Black Pearl. HEX triplet: 03, 11 and 20. RGB value is (3,17,32). Sum of RGB (Red+Green+Blue) = 3+17+32=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 17 (7.03% from 255 or 32.69% 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 #031120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031120 is #FCEEDF. Grayscale: #0E0E0E. Windows color (decimal): -16576224 or 2101507. OLE color: 2101507.

HSL color Cylindrical-coordinate representation of color #031120: hue angle of 211.03º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #031120 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB31732-
CMYK0.910.4700.87
HSL211.03º82.86%6.86%-
HSV(B)211.03º90.62%12.55%-
XYZ0.50.521.44-
YUV14.52137.86119.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.77%
GREEN value IS 17 (7.03% from 255) = 32.69%
BLUE value IS 32 (12.89% from 255) = 61.54%
R=5.77%
G=32.69%
B=61.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal317320.910.4700.87211.0382.866.86
Hex311205B2F057d3537
Octal321401335701273231237
Binary1110001100000101101110111101010111110100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031120; }

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

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

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

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

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

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

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

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