#092332

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

Shades of Black Pearl #092332

Tints of Black Pearl #092332

Color information

#092332 (or 0x092332) is unknown color: approx Black Pearl. HEX triplet: 09, 23 and 32. RGB value is (9,35,50). Sum of RGB (Red+Green+Blue) = 9+35+50=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 50 (19.92% from 255 or 53.19% from 94); Max value from RGB is 50 - color contains mainly: blue. Hex color #092332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092332 is #F6DCCD. Grayscale: #1C1C1C. Windows color (decimal): -16178382 or 3285769. OLE color: 3285769.

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

Color convert

RGB93550-
CMYK0.820.3000.80
HSL201.95º69.49%11.57%-
HSV(B)201.95º82%19.61%-
XYZ1.291.493.24-
YUV28.94139.89113.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.57%
GREEN value IS 35 (14.06% from 255) = 37.23%
BLUE value IS 50 (19.92% from 255) = 53.19%
R=9.57%
G=37.23%
B=53.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal935500.820.3000.80201.9569.4911.57
Hex92332521E050ca45c
Octal11436212236012031210514
Binary1001100011110010101001011110010100001100101010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092332; }

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

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

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

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

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

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

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

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