#092528

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

Shades of Black Pearl #092528

Tints of Black Pearl #092528

Color information

#092528 (or 0x092528) is unknown color: approx Black Pearl. HEX triplet: 09, 25 and 28. RGB value is (9,37,40). Sum of RGB (Red+Green+Blue) = 9+37+40=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 40 (16.02% from 255 or 46.51% from 86); Max value from RGB is 40 - color contains mainly: blue. Hex color #092528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092528 is #F6DAD7. Grayscale: #1C1C1C. Windows color (decimal): -16177880 or 2630921. OLE color: 2630921.

HSL color Cylindrical-coordinate representation of color #092528: hue angle of 185.81º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #092528 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB93740-
CMYK0.780.0700.84
HSL185.81º63.27%9.61%-
HSV(B)185.81º77.5%15.69%-
XYZ1.161.532.24-
YUV28.97134.22113.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.47%
GREEN value IS 37 (14.84% from 255) = 43.02%
BLUE value IS 40 (16.02% from 255) = 46.51%
R=10.47%
G=43.02%
B=46.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal937400.780.0700.84185.8163.279.61
Hex925284E7054ba3fa
Octal114550116701242727712
Binary1001100101101000100111011101010100101110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092528; }

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

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

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

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

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

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

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

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