#092224

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

Shades of Black Pearl #092224

Tints of Black Pearl #092224

Color information

#092224 (or 0x092224) is unknown color: approx Black Pearl. HEX triplet: 09, 22 and 24. RGB value is (9,34,36). Sum of RGB (Red+Green+Blue) = 9+34+36=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 34 (13.67% from 255 or 43.04% from 79); Blue value is 36 (14.45% from 255 or 45.57% from 79); Max value from RGB is 36 - color contains mainly: blue. Hex color #092224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092224 is #F6DDDB. Grayscale: #1A1A1A. Windows color (decimal): -16178652 or 2368009. OLE color: 2368009.

HSL color Cylindrical-coordinate representation of color #092224: hue angle of 184.44º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #092224 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB93436-
CMYK0.750.0600.86
HSL184.44º60%8.82%-
HSV(B)184.44º75%14.12%-
XYZ11.331.87-
YUV26.75133.22115.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.39%
GREEN value IS 34 (13.67% from 255) = 43.04%
BLUE value IS 36 (14.45% from 255) = 45.57%
R=11.39%
G=43.04%
B=45.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal934360.750.0600.86184.44608.82
Hex922244B6056b83c9
Octal114244113601262707411
Binary1001100010100100100101111001010110101110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092224; }

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

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

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

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

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

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

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

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