#092124

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

Shades of Black Pearl #092124

Tints of Black Pearl #092124

Color information

#092124 (or 0x092124) is unknown color: approx Black Pearl. HEX triplet: 09, 21 and 24. RGB value is (9,33,36). Sum of RGB (Red+Green+Blue) = 9+33+36=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 33 (13.28% from 255 or 42.31% from 78); Blue value is 36 (14.45% from 255 or 46.15% from 78); Max value from RGB is 36 - color contains mainly: blue. Hex color #092124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092124 is #F6DEDB. Grayscale: #1A1A1A. Windows color (decimal): -16178908 or 2367753. OLE color: 2367753.

HSL color Cylindrical-coordinate representation of color #092124: hue angle of 186.67º 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 #092124 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB93336-
CMYK0.750.0800.86
HSL186.67º60%8.82%-
HSV(B)186.67º75%14.12%-
XYZ0.971.271.86-
YUV26.17133.55115.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.54%
GREEN value IS 33 (13.28% from 255) = 42.31%
BLUE value IS 36 (14.45% from 255) = 46.15%
R=11.54%
G=42.31%
B=46.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal933360.750.0800.86186.67608.82
Hex921244B8056bb3c9
Octal1141441131001262737411
Binary10011000011001001001011100001010110101110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092124; }

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

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

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

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

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

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

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

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