#092126

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

Shades of Black Pearl #092126

Tints of Black Pearl #092126

Color information

#092126 (or 0x092126) is unknown color: approx Black Pearl. HEX triplet: 09, 21 and 26. RGB value is (9,33,38). Sum of RGB (Red+Green+Blue) = 9+33+38=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 33 (13.28% from 255 or 41.25% from 80); Blue value is 38 (15.23% from 255 or 47.5% from 80); Max value from RGB is 38 - color contains mainly: blue. Hex color #092126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092126 is #F6DED9. Grayscale: #1A1A1A. Windows color (decimal): -16178906 or 2498825. OLE color: 2498825.

HSL color Cylindrical-coordinate representation of color #092126: hue angle of 190.34º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #092126 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB93338-
CMYK0.760.1300.85
HSL190.34º61.7%9.22%-
HSV(B)190.34º76.32%14.9%-
XYZ1.011.292.03-
YUV26.39134.55115.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.25%
GREEN value IS 33 (13.28% from 255) = 41.25%
BLUE value IS 38 (15.23% from 255) = 47.5%
R=11.25%
G=41.25%
B=47.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal933380.760.1300.85190.3461.79.22
Hex921264CD055be3e9
Octal1141461141501252767611
Binary10011000011001101001100110101010101101111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092126; }

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

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

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

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

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

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

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

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