#08071F

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

Shades of Black Russian #08071F

Tints of Black Russian #08071F

Color information

#08071F (or 0x08071F) is unknown color: approx Black Russian. HEX triplet: 08, 07 and 1F. RGB value is (8,7,31). Sum of RGB (Red+Green+Blue) = 8+7+31=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 31 (12.5% from 255 or 67.39% from 46); Max value from RGB is 31 - color contains mainly: blue. Hex color #08071F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08071F is #F7F8E0. Grayscale: #090909. Windows color (decimal): -16251105 or 2033416. OLE color: 2033416.

HSL color Cylindrical-coordinate representation of color #08071F: hue angle of 242.5º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #08071F is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB8731-
CMYK0.740.7700.88
HSL242.5º63.16%7.45%-
HSV(B)242.5º77.42%12.16%-
XYZ0.420.31.33-
YUV10.04139.83126.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.39%
GREEN value IS 7 (3.12% from 255) = 15.22%
BLUE value IS 31 (12.5% from 255) = 67.39%
R=17.39%
G=15.22%
B=67.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal87310.740.7700.88242.563.167.45
Hex871F4A4D058f23f7
Octal107371121150130362777
Binary100011111111100101010011010101100011110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08071F; }

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

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

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

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

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

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

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

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