#091128

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

Shades of Black Russian #091128

Tints of Black Russian #091128

Color information

#091128 (or 0x091128) is unknown color: approx Black Russian. HEX triplet: 09, 11 and 28. RGB value is (9,17,40). Sum of RGB (Red+Green+Blue) = 9+17+40=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 40 (16.02% from 255 or 60.61% from 66); Max value from RGB is 40 - color contains mainly: blue. Hex color #091128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091128 is #F6EED7. Grayscale: #111111. Windows color (decimal): -16183000 or 2625801. OLE color: 2625801.

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

Color convert

RGB91740-
CMYK0.780.5700.84
HSL224.52º63.27%9.61%-
HSV(B)224.52º77.5%15.69%-
XYZ0.70.612.09-
YUV17.23140.85122.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.64%
GREEN value IS 17 (7.03% from 255) = 25.76%
BLUE value IS 40 (16.02% from 255) = 60.61%
R=13.64%
G=25.76%
B=60.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal917400.780.5700.84224.5263.279.61
Hex911284E39054e13fa
Octal1121501167101243417712
Binary100110001101000100111011100101010100111000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091128; }

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

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

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

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

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

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

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

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