#08071E

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

Shades of Black Russian #08071E

Tints of Black Russian #08071E

Color information

#08071E (or 0x08071E) is unknown color: approx Black Russian. HEX triplet: 08, 07 and 1E. RGB value is (8,7,30). Sum of RGB (Red+Green+Blue) = 8+7+30=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 30 (12.11% from 255 or 66.67% from 45); Max value from RGB is 30 - color contains mainly: blue. Hex color #08071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08071E is #F7F8E1. Grayscale: #090909. Windows color (decimal): -16251106 or 1967880. OLE color: 1967880.

HSL color Cylindrical-coordinate representation of color #08071E: hue angle of 242.61º degrees, saturation: 0.62, 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 #08071E is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB8730-
CMYK0.730.7700.88
HSL242.61º62.16%7.25%-
HSV(B)242.61º76.67%11.76%-
XYZ0.410.31.26-
YUV9.92139.33126.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.78%
GREEN value IS 7 (3.12% from 255) = 15.56%
BLUE value IS 30 (12.11% from 255) = 66.67%
R=17.78%
G=15.56%
B=66.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal87300.730.7700.88242.6162.167.25
Hex871E494D058f33e7
Octal107361111150130363767
Binary100011111110100100110011010101100011110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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