#08101E

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

Shades of Black Russian #08101E

Tints of Black Russian #08101E

Color information

#08101E (or 0x08101E) is unknown color: approx Black Russian. HEX triplet: 08, 10 and 1E. RGB value is (8,16,30). Sum of RGB (Red+Green+Blue) = 8+16+30=54 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.81% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 30 (12.11% from 255 or 55.56% from 54); Max value from RGB is 30 - color contains mainly: blue. Hex color #08101E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08101E is #F7EFE1. Grayscale: #0F0F0F. Windows color (decimal): -16248802 or 1970184. OLE color: 1970184.

HSL color Cylindrical-coordinate representation of color #08101E: hue angle of 218.18º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #08101E is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB81630-
CMYK0.730.4700.88
HSL218.18º57.89%7.45%-
HSV(B)218.18º73.33%11.76%-
XYZ0.520.521.3-
YUV15.2136.35122.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.81%
GREEN value IS 16 (6.64% from 255) = 29.63%
BLUE value IS 30 (12.11% from 255) = 55.56%
R=14.81%
G=29.63%
B=55.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal816300.730.4700.88218.1857.897.45
Hex8101E492F058da3a7
Octal102036111570130332727
Binary1000100001111010010011011110101100011011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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