#092327

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

Shades of Black Pearl #092327

Tints of Black Pearl #092327

Color information

#092327 (or 0x092327) is unknown color: approx Black Pearl. HEX triplet: 09, 23 and 27. RGB value is (9,35,39). Sum of RGB (Red+Green+Blue) = 9+35+39=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 39 (15.62% from 255 or 46.99% from 83); Max value from RGB is 39 - color contains mainly: blue. Hex color #092327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092327 is #F6DCD8. Grayscale: #1B1B1B. Windows color (decimal): -16178393 or 2564873. OLE color: 2564873.

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

Color convert

RGB93539-
CMYK0.770.1000.85
HSL188º62.5%9.41%-
HSV(B)188º76.92%15.29%-
XYZ1.081.412.13-
YUV27.68134.39114.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.84%
GREEN value IS 35 (14.06% from 255) = 42.17%
BLUE value IS 39 (15.62% from 255) = 46.99%
R=10.84%
G=42.17%
B=46.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal935390.770.1000.8518862.59.41
Hex923274DA055bc3e9
Octal1143471151201252747611
Binary10011000111001111001101101001010101101111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092327; }

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

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

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

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

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

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

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

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