#092022

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

Shades of Black Pearl #092022

Tints of Black Pearl #092022

Color information

#092022 (or 0x092022) is unknown color: approx Black Pearl. HEX triplet: 09, 20 and 22. RGB value is (9,32,34). Sum of RGB (Red+Green+Blue) = 9+32+34=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 34 (13.67% from 255 or 45.33% from 75); Max value from RGB is 34 - color contains mainly: blue. Hex color #092022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092022 is #F6DFDD. Grayscale: #191919. Windows color (decimal): -16179166 or 2236425. OLE color: 2236425.

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

Color convert

RGB93234-
CMYK0.740.0600.87
HSL184.8º58.14%8.43%-
HSV(B)184.8º73.53%13.33%-
XYZ0.921.211.7-
YUV25.35132.88116.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12%
GREEN value IS 32 (12.89% from 255) = 42.67%
BLUE value IS 34 (13.67% from 255) = 45.33%
R=12%
G=42.67%
B=45.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal932340.740.0600.87184.858.148.43
Hex920224A6057b93a8
Octal114042112601272717210
Binary1001100000100010100101011001010111101110011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092022; }

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

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

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

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

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

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

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

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