#080931

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

Shades of Black Russian #080931

Tints of Black Russian #080931

Color information

#080931 (or 0x080931) is unknown color: approx Black Russian. HEX triplet: 08, 09 and 31. RGB value is (8,9,49). Sum of RGB (Red+Green+Blue) = 8+9+49=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 49 (19.53% from 255 or 74.24% from 66); Max value from RGB is 49 - color contains mainly: blue. Hex color #080931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080931 is #F7F6CE. Grayscale: #0D0D0D. Windows color (decimal): -16250575 or 3213576. OLE color: 3213576.

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

Color convert

RGB8949-
CMYK0.840.8200.81
HSL238.54º71.93%11.18%-
HSV(B)238.54º83.67%19.22%-
XYZ0.750.472.96-
YUV13.26148.17124.25-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.12%
GREEN value IS 9 (3.91% from 255) = 13.64%
BLUE value IS 49 (19.53% from 255) = 74.24%
R=12.12%
G=13.64%
B=74.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal89490.840.8200.81238.5471.9311.18
Hex89315452051ef48b
Octal101161124122012135711013
Binary1000100111000110101001010010010100011110111110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080931; }

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

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

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

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

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

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

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

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