#092326

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

Shades of Black Pearl #092326

Tints of Black Pearl #092326

Color information

#092326 (or 0x092326) is unknown color: approx Black Pearl. HEX triplet: 09, 23 and 26. RGB value is (9,35,38). Sum of RGB (Red+Green+Blue) = 9+35+38=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 38 (15.23% from 255 or 46.34% from 82); Max value from RGB is 38 - color contains mainly: blue. Hex color #092326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092326 is #F6DCD9. Grayscale: #1B1B1B. Windows color (decimal): -16178394 or 2499337. OLE color: 2499337.

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

Color convert

RGB93538-
CMYK0.760.0800.85
HSL186.21º61.7%9.22%-
HSV(B)186.21º76.32%14.9%-
XYZ1.061.42.05-
YUV27.57133.89114.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.98%
GREEN value IS 35 (14.06% from 255) = 42.68%
BLUE value IS 38 (15.23% from 255) = 46.34%
R=10.98%
G=42.68%
B=46.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal935380.760.0800.85186.2161.79.22
Hex923264C8055ba3e9
Octal1143461141001252727611
Binary10011000111001101001100100001010101101110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092326; }

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

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

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

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

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

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

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

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