#092226

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

Shades of Black Pearl #092226

Tints of Black Pearl #092226

Color information

#092226 (or 0x092226) is unknown color: approx Black Pearl. HEX triplet: 09, 22 and 26. RGB value is (9,34,38). Sum of RGB (Red+Green+Blue) = 9+34+38=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 34 (13.67% from 255 or 41.98% from 81); Blue value is 38 (15.23% from 255 or 46.91% from 81); Max value from RGB is 38 - color contains mainly: blue. Hex color #092226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092226 is #F6DDD9. Grayscale: #1A1A1A. Windows color (decimal): -16178650 or 2499081. OLE color: 2499081.

HSL color Cylindrical-coordinate representation of color #092226: hue angle of 188.28º 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 #092226 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB93438-
CMYK0.760.1100.85
HSL188.28º61.7%9.22%-
HSV(B)188.28º76.32%14.9%-
XYZ1.031.342.04-
YUV26.98134.22115.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.11%
GREEN value IS 34 (13.67% from 255) = 41.98%
BLUE value IS 38 (15.23% from 255) = 46.91%
R=11.11%
G=41.98%
B=46.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal934380.760.1100.85188.2861.79.22
Hex922264CB055bc3e9
Octal1142461141301252747611
Binary10011000101001101001100101101010101101111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092226; }

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

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

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

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

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

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

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

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