#091720

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

Shades of Black Pearl #091720

Tints of Black Pearl #091720

Color information

#091720 (or 0x091720) is unknown color: approx Black Pearl. HEX triplet: 09, 17 and 20. RGB value is (9,23,32). Sum of RGB (Red+Green+Blue) = 9+23+32=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 23 (9.38% from 255 or 35.94% from 64); Blue value is 32 (12.89% from 255 or 50% from 64); Max value from RGB is 32 - color contains mainly: blue. Hex color #091720 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091720 is #F6E8DF. Grayscale: #131313. Windows color (decimal): -16181472 or 2103049. OLE color: 2103049.

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

Color convert

RGB92332-
CMYK0.720.2800.87
HSL203.48º56.1%8.04%-
HSV(B)203.48º71.88%12.55%-
XYZ0.680.781.48-
YUV19.84134.86120.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.06%
GREEN value IS 23 (9.38% from 255) = 35.94%
BLUE value IS 32 (12.89% from 255) = 50%
R=14.06%
G=35.94%
B=50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal923320.720.2800.87203.4856.18.04
Hex91720481C057cb388
Octal1127401103401273137010
Binary10011011110000010010001110001010111110010111110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091720; }

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

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

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

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

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

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

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

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