#081127

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

Shades of Black Russian #081127

Tints of Black Russian #081127

Color information

#081127 (or 0x081127) is unknown color: approx Black Russian. HEX triplet: 08, 11 and 27. RGB value is (8,17,39). Sum of RGB (Red+Green+Blue) = 8+17+39=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 39 (15.62% from 255 or 60.94% from 64); Max value from RGB is 39 - color contains mainly: blue. Hex color #081127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081127 is #F7EED8. Grayscale: #101010. Windows color (decimal): -16248537 or 2560264. OLE color: 2560264.

HSL color Cylindrical-coordinate representation of color #081127: hue angle of 222.58º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #081127 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB81739-
CMYK0.790.5600.85
HSL222.58º65.96%9.22%-
HSV(B)222.58º79.49%15.29%-
XYZ0.670.62-
YUV16.82140.52121.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.5%
GREEN value IS 17 (7.03% from 255) = 26.56%
BLUE value IS 39 (15.62% from 255) = 60.94%
R=12.5%
G=26.56%
B=60.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal817390.790.5600.85222.5865.969.22
Hex811274F38055df429
Octal10214711770012533710211
Binary1000100011001111001111111000010101011101111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081127; }

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

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

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

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

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

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

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

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