#092128

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

Shades of Black Pearl #092128

Tints of Black Pearl #092128

Color information

#092128 (or 0x092128) is unknown color: approx Black Pearl. HEX triplet: 09, 21 and 28. RGB value is (9,33,40). Sum of RGB (Red+Green+Blue) = 9+33+40=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 33 (13.28% from 255 or 40.24% from 82); Blue value is 40 (16.02% from 255 or 48.78% from 82); Max value from RGB is 40 - color contains mainly: blue. Hex color #092128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092128 is #F6DED7. Grayscale: #1A1A1A. Windows color (decimal): -16178904 or 2629897. OLE color: 2629897.

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

Color convert

RGB93340-
CMYK0.780.1700.84
HSL193.55º63.27%9.61%-
HSV(B)193.55º77.5%15.69%-
XYZ1.041.32.2-
YUV26.62135.55115.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.98%
GREEN value IS 33 (13.28% from 255) = 40.24%
BLUE value IS 40 (16.02% from 255) = 48.78%
R=10.98%
G=40.24%
B=48.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal933400.780.1700.84193.5563.279.61
Hex921284E11054c23fa
Octal1141501162101243027712
Binary100110000110100010011101000101010100110000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092128; }

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

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

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

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

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

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

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

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