#091220

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

Shades of Black Pearl #091220

Tints of Black Pearl #091220

Color information

#091220 (or 0x091220) is unknown color: approx Black Pearl. HEX triplet: 09, 12 and 20. RGB value is (9,18,32). Sum of RGB (Red+Green+Blue) = 9+18+32=59 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.25% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 32 (12.89% from 255 or 54.24% from 59); Max value from RGB is 32 - color contains mainly: blue. Hex color #091220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091220 is #F6EDDF. Grayscale: #101010. Windows color (decimal): -16182752 or 2101769. OLE color: 2101769.

HSL color Cylindrical-coordinate representation of color #091220: hue angle of 216.52º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #091220 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB91832-
CMYK0.720.4400.87
HSL216.52º56.1%8.04%-
HSV(B)216.52º71.88%12.55%-
XYZ0.590.591.45-
YUV16.9136.52122.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15.25%
GREEN value IS 18 (7.42% from 255) = 30.51%
BLUE value IS 32 (12.89% from 255) = 54.24%
R=15.25%
G=30.51%
B=54.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal918320.720.4400.87216.5256.18.04
Hex91220482C057d9388
Octal1122401105401273317010
Binary100110010100000100100010110001010111110110011110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091220; }

 p { color: rgb(9,18,32); }

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

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

 a { background-color: rgb(9,18,32); }

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

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

 span { border-color: rgb(9,18,32); }

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