#092932

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

Shades of Black Pearl #092932

Tints of Black Pearl #092932

Color information

#092932 (or 0x092932) is unknown color: approx Black Pearl. HEX triplet: 09, 29 and 32. RGB value is (9,41,50). Sum of RGB (Red+Green+Blue) = 9+41+50=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 41 (16.41% from 255 or 41% from 100); Blue value is 50 (19.92% from 255 or 50% from 100); Max value from RGB is 50 - color contains mainly: blue. Hex color #092932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092932 is #F6D6CD. Grayscale: #202020. Windows color (decimal): -16176846 or 3287305. OLE color: 3287305.

HSL color Cylindrical-coordinate representation of color #092932: hue angle of 193.17º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #092932 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB94150-
CMYK0.820.1800.80
HSL193.17º69.49%11.57%-
HSV(B)193.17º82%19.61%-
XYZ1.481.873.3-
YUV32.46137.9111.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9%
GREEN value IS 41 (16.41% from 255) = 41%
BLUE value IS 50 (19.92% from 255) = 50%
R=9%
G=41%
B=50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal941500.820.1800.80193.1769.4911.57
Hex929325212050c145c
Octal11516212222012030110514
Binary1001101001110010101001010010010100001100000110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092932; }

 p { color: rgb(9,41,50); }

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

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

 a { background-color: rgb(9,41,50); }

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

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

 span { border-color: rgb(9,41,50); }

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