#092027

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

Shades of Black Pearl #092027

Tints of Black Pearl #092027

Color information

#092027 (or 0x092027) is unknown color: approx Black Pearl. HEX triplet: 09, 20 and 27. RGB value is (9,32,39). Sum of RGB (Red+Green+Blue) = 9+32+39=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 32 (12.89% from 255 or 40% from 80); Blue value is 39 (15.62% from 255 or 48.75% from 80); Max value from RGB is 39 - color contains mainly: blue. Hex color #092027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092027 is #F6DFD8. Grayscale: #191919. Windows color (decimal): -16179161 or 2564105. OLE color: 2564105.

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

Color convert

RGB93239-
CMYK0.770.1800.85
HSL194º62.5%9.41%-
HSV(B)194º76.92%15.29%-
XYZ11.242.11-
YUV25.92135.38115.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.25%
GREEN value IS 32 (12.89% from 255) = 40%
BLUE value IS 39 (15.62% from 255) = 48.75%
R=11.25%
G=40%
B=48.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal932390.770.1800.8519462.59.41
Hex920274D12055c23e9
Octal1140471152201253027611
Binary100110000010011110011011001001010101110000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092027; }

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

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

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

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

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

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

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

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