#092428

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

Shades of Black Pearl #092428

Tints of Black Pearl #092428

Color information

#092428 (or 0x092428) is unknown color: approx Black Pearl. HEX triplet: 09, 24 and 28. RGB value is (9,36,40). Sum of RGB (Red+Green+Blue) = 9+36+40=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 40 (16.02% from 255 or 47.06% from 85); Max value from RGB is 40 - color contains mainly: blue. Hex color #092428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092428 is #F6DBD7. Grayscale: #1C1C1C. Windows color (decimal): -16178136 or 2630665. OLE color: 2630665.

HSL color Cylindrical-coordinate representation of color #092428: hue angle of 187.74º 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 #092428 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB93640-
CMYK0.780.1000.84
HSL187.74º63.27%9.61%-
HSV(B)187.74º77.5%15.69%-
XYZ1.131.472.23-
YUV28.38134.55114.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.59%
GREEN value IS 36 (14.45% from 255) = 42.35%
BLUE value IS 40 (16.02% from 255) = 47.06%
R=10.59%
G=42.35%
B=47.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal936400.780.1000.84187.7463.279.61
Hex924284EA054bc3fa
Octal1144501161201242747712
Binary10011001001010001001110101001010100101111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092428; }

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

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

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

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

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

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

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

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