#092227

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

Shades of Black Pearl #092227

Tints of Black Pearl #092227

Color information

#092227 (or 0x092227) is unknown color: approx Black Pearl. HEX triplet: 09, 22 and 27. RGB value is (9,34,39). Sum of RGB (Red+Green+Blue) = 9+34+39=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 34 (13.67% from 255 or 41.46% from 82); Blue value is 39 (15.62% from 255 or 47.56% from 82); Max value from RGB is 39 - color contains mainly: blue. Hex color #092227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092227 is #F6DDD8. Grayscale: #1B1B1B. Windows color (decimal): -16178649 or 2564617. OLE color: 2564617.

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

Color convert

RGB93439-
CMYK0.770.1300.85
HSL190º62.5%9.41%-
HSV(B)190º76.92%15.29%-
XYZ1.051.352.12-
YUV27.1134.72115.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.98%
GREEN value IS 34 (13.67% from 255) = 41.46%
BLUE value IS 39 (15.62% from 255) = 47.56%
R=10.98%
G=41.46%
B=47.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal934390.770.1300.8519062.59.41
Hex922274DD055be3e9
Octal1142471151501252767611
Binary10011000101001111001101110101010101101111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092227; }

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

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

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

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

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

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

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

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