#092127

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

Shades of Black Pearl #092127

Tints of Black Pearl #092127

Color information

#092127 (or 0x092127) is unknown color: approx Black Pearl. HEX triplet: 09, 21 and 27. RGB value is (9,33,39). Sum of RGB (Red+Green+Blue) = 9+33+39=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 33 (13.28% from 255 or 40.74% from 81); Blue value is 39 (15.62% from 255 or 48.15% from 81); Max value from RGB is 39 - color contains mainly: blue. Hex color #092127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092127 is #F6DED8. Grayscale: #1A1A1A. Windows color (decimal): -16178905 or 2564361. OLE color: 2564361.

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

Color convert

RGB93339-
CMYK0.770.1500.85
HSL192º62.5%9.41%-
HSV(B)192º76.92%15.29%-
XYZ1.021.292.11-
YUV26.51135.05115.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.11%
GREEN value IS 33 (13.28% from 255) = 40.74%
BLUE value IS 39 (15.62% from 255) = 48.15%
R=11.11%
G=40.74%
B=48.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal933390.770.1500.8519262.59.41
Hex921274DF055c03e9
Octal1141471151701253007611
Binary10011000011001111001101111101010101110000001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092127; }

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

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

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

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

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

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

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

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