#091320

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

Shades of Black Pearl #091320

Tints of Black Pearl #091320

Color information

#091320 (or 0x091320) is unknown color: approx Black Pearl. HEX triplet: 09, 13 and 20. RGB value is (9,19,32). Sum of RGB (Red+Green+Blue) = 9+19+32=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 32 (12.89% from 255 or 53.33% from 60); Max value from RGB is 32 - color contains mainly: blue. Hex color #091320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091320 is #F6ECDF. Grayscale: #111111. Windows color (decimal): -16182496 or 2102025. OLE color: 2102025.

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

Color convert

RGB91932-
CMYK0.720.4100.87
HSL213.91º56.1%8.04%-
HSV(B)213.91º71.88%12.55%-
XYZ0.610.631.46-
YUV17.49136.19121.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15%
GREEN value IS 19 (7.81% from 255) = 31.67%
BLUE value IS 32 (12.89% from 255) = 53.33%
R=15%
G=31.67%
B=53.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal919320.720.4100.87213.9156.18.04
Hex913204829057d6388
Octal1123401105101273267010
Binary100110011100000100100010100101010111110101101110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091320; }

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

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

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

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

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

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

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

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