#080731

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

Shades of Black Russian #080731

Tints of Black Russian #080731

Color information

#080731 (or 0x080731) is unknown color: approx Black Russian. HEX triplet: 08, 07 and 31. RGB value is (8,7,49). Sum of RGB (Red+Green+Blue) = 8+7+49=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 49 (19.53% from 255 or 76.56% from 64); Max value from RGB is 49 - color contains mainly: blue. Hex color #080731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080731 is #F7F8CE. Grayscale: #0B0B0B. Windows color (decimal): -16251087 or 3213064. OLE color: 3213064.

HSL color Cylindrical-coordinate representation of color #080731: hue angle of 241.43º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #080731 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB8749-
CMYK0.840.8600.81
HSL241.43º75%10.98%-
HSV(B)241.43º85.71%19.22%-
XYZ0.730.432.95-
YUV12.09148.83125.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.5%
GREEN value IS 7 (3.12% from 255) = 10.94%
BLUE value IS 49 (19.53% from 255) = 76.56%
R=12.5%
G=10.94%
B=76.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal87490.840.8600.81241.437510.98
Hex87315456051f14bb
Octal10761124126012136111313
Binary100011111000110101001010110010100011111000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080731; }

 p { color: rgb(8,7,49); }

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

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

 a { background-color: rgb(8,7,49); }

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

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

 span { border-color: rgb(8,7,49); }

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