#080137

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

Shades of Black Russian #080137

Tints of Black Russian #080137

Color information

#080137 (or 0x080137) is unknown color: approx Black Russian. HEX triplet: 08, 01 and 37. RGB value is (8,1,55). Sum of RGB (Red+Green+Blue) = 8+1+55=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 55 (21.88% from 255 or 85.94% from 64); Max value from RGB is 55 - color contains mainly: blue. Hex color #080137 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080137 is #F7FEC8. Grayscale: #090909. Windows color (decimal): -16252617 or 3604744. OLE color: 3604744.

HSL color Cylindrical-coordinate representation of color #080137: hue angle of 247.78º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #080137 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB8155-
CMYK0.850.9800.78
HSL247.78º96.43%10.98%-
HSV(B)247.78º98.18%21.57%-
XYZ0.80.353.64-
YUV9.25153.82127.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.5%
GREEN value IS 1 (0.78% from 255) = 1.56%
BLUE value IS 55 (21.88% from 255) = 85.94%
R=12.5%
G=1.56%
B=85.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal81550.850.9800.78247.7896.4310.98
Hex8137556204Ef860b
Octal10167125142011637014013
Binary1000111011110101011100010010011101111100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080137; }

 p { color: rgb(8,1,55); }

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

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

 a { background-color: rgb(8,1,55); }

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

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

 span { border-color: rgb(8,1,55); }

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