#091428

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

Shades of Black Russian #091428

Tints of Black Russian #091428

Color information

#091428 (or 0x091428) is unknown color: approx Black Russian. HEX triplet: 09, 14 and 28. RGB value is (9,20,40). Sum of RGB (Red+Green+Blue) = 9+20+40=69 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.04% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 40 (16.02% from 255 or 57.97% from 69); Max value from RGB is 40 - color contains mainly: blue. Hex color #091428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091428 is #F6EBD7. Grayscale: #121212. Windows color (decimal): -16182232 or 2626569. OLE color: 2626569.

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

Color convert

RGB92040-
CMYK0.780.500.84
HSL218.71º63.27%9.61%-
HSV(B)218.71º77.5%15.69%-
XYZ0.750.712.11-
YUV18.99139.86120.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.04%
GREEN value IS 20 (8.20% from 255) = 28.99%
BLUE value IS 40 (16.02% from 255) = 57.97%
R=13.04%
G=28.99%
B=57.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal920400.780.500.84218.7163.279.61
Hex914284E32054db3fa
Octal1124501166201243337712
Binary100110100101000100111011001001010100110110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091428; }

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

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

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

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

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

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

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

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