#092028

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

Shades of Black Pearl #092028

Tints of Black Pearl #092028

Color information

#092028 (or 0x092028) is unknown color: approx Black Pearl. HEX triplet: 09, 20 and 28. RGB value is (9,32,40). Sum of RGB (Red+Green+Blue) = 9+32+40=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #092028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092028 is #F6DFD7. Grayscale: #191919. Windows color (decimal): -16179160 or 2629641. OLE color: 2629641.

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

Color convert

RGB93240-
CMYK0.780.2000.84
HSL195.48º63.27%9.61%-
HSV(B)195.48º77.5%15.69%-
XYZ1.011.242.19-
YUV26.03135.88115.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.11%
GREEN value IS 32 (12.89% from 255) = 39.51%
BLUE value IS 40 (16.02% from 255) = 49.38%
R=11.11%
G=39.51%
B=49.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal932400.780.2000.84195.4863.279.61
Hex920284E14054c33fa
Octal1140501162401243037712
Binary100110000010100010011101010001010100110000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092028; }

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

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

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

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

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

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

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

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