#081124

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

Shades of Black Russian #081124

Tints of Black Russian #081124

Color information

#081124 (or 0x081124) is unknown color: approx Black Russian. HEX triplet: 08, 11 and 24. RGB value is (8,17,36). Sum of RGB (Red+Green+Blue) = 8+17+36=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 36 (14.45% from 255 or 59.02% from 61); Max value from RGB is 36 - color contains mainly: blue. Hex color #081124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081124 is #F7EEDB. Grayscale: #101010. Windows color (decimal): -16248540 or 2363656. OLE color: 2363656.

HSL color Cylindrical-coordinate representation of color #081124: hue angle of 220.71º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #081124 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB81736-
CMYK0.780.5300.86
HSL220.71º63.64%8.63%-
HSV(B)220.71º77.78%14.12%-
XYZ0.620.581.75-
YUV16.47139.02121.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.11%
GREEN value IS 17 (7.03% from 255) = 27.87%
BLUE value IS 36 (14.45% from 255) = 59.02%
R=13.11%
G=27.87%
B=59.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal817360.780.5300.86220.7163.648.63
Hex811244E35056dd409
Octal10214411665012633510011
Binary1000100011001001001110110101010101101101110110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081124; }

 p { color: rgb(8,17,36); }

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

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

 a { background-color: rgb(8,17,36); }

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

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

 span { border-color: rgb(8,17,36); }

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