#092532

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

Shades of Black Pearl #092532

Tints of Black Pearl #092532

Color information

#092532 (or 0x092532) is unknown color: approx Black Pearl. HEX triplet: 09, 25 and 32. RGB value is (9,37,50). Sum of RGB (Red+Green+Blue) = 9+37+50=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 50 (19.92% from 255 or 52.08% from 96); Max value from RGB is 50 - color contains mainly: blue. Hex color #092532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092532 is #F6DACD. Grayscale: #1E1E1E. Windows color (decimal): -16177870 or 3286281. OLE color: 3286281.

HSL color Cylindrical-coordinate representation of color #092532: hue angle of 199.02º 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 #092532 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB93750-
CMYK0.820.2600.80
HSL199.02º69.49%11.57%-
HSV(B)199.02º82%19.61%-
XYZ1.351.613.26-
YUV30.11139.22112.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.38%
GREEN value IS 37 (14.84% from 255) = 38.54%
BLUE value IS 50 (19.92% from 255) = 52.08%
R=9.38%
G=38.54%
B=52.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal937500.820.2600.80199.0269.4911.57
Hex92532521A050c745c
Octal11456212232012030710514
Binary1001100101110010101001011010010100001100011110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092532; }

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

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

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

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

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

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

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

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