#080037

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

Shades of Black Russian #080037

Tints of Black Russian #080037

Color information

#080037 (or 0x080037) is unknown color: approx Black Russian. HEX triplet: 08, 00 and 37. RGB value is (8,0,55). Sum of RGB (Red+Green+Blue) = 8+0+55=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 55 (21.88% from 255 or 87.30% from 63); Max value from RGB is 55 - color contains mainly: blue. Hex color #080037 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080037 is #F7FFC8. Grayscale: #080808. Windows color (decimal): -16252873 or 3604488. OLE color: 3604488.

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

Color convert

RGB8055-
CMYK0.85100.78
HSL248.73º100%10.78%-
HSV(B)248.73º100%21.57%-
XYZ0.790.333.64-
YUV8.66154.15127.53-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 87.30%
R=12.70%
G=0%
B=87.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal80550.85100.78248.7310010.78
Hex8037556404Ef964b
Octal10067125144011637114413
Binary1000011011110101011100100010011101111100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080037; }

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

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

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

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

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

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

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

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