#091820

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

Shades of Black Pearl #091820

Tints of Black Pearl #091820

Color information

#091820 (or 0x091820) is unknown color: approx Black Pearl. HEX triplet: 09, 18 and 20. RGB value is (9,24,32). Sum of RGB (Red+Green+Blue) = 9+24+32=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 32 (12.89% from 255 or 49.23% from 65); Max value from RGB is 32 - color contains mainly: blue. Hex color #091820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091820 is #F6E7DF. Grayscale: #141414. Windows color (decimal): -16181216 or 2103305. OLE color: 2103305.

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

Color convert

RGB92432-
CMYK0.720.2500.87
HSL200.87º56.1%8.04%-
HSV(B)200.87º71.88%12.55%-
XYZ0.70.821.49-
YUV20.43134.53119.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.85%
GREEN value IS 24 (9.77% from 255) = 36.92%
BLUE value IS 32 (12.89% from 255) = 49.23%
R=13.85%
G=36.92%
B=49.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal924320.720.2500.87200.8756.18.04
Hex918204819057c9388
Octal1130401103101273117010
Binary10011100010000010010001100101010111110010011110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091820; }

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

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

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

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

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

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

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

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