#08101F

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

Shades of Black Russian #08101F

Tints of Black Russian #08101F

Color information

#08101F (or 0x08101F) is unknown color: approx Black Russian. HEX triplet: 08, 10 and 1F. RGB value is (8,16,31). Sum of RGB (Red+Green+Blue) = 8+16+31=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 31 (12.5% from 255 or 56.36% from 55); Max value from RGB is 31 - color contains mainly: blue. Hex color #08101F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08101F is #F7EFE0. Grayscale: #0F0F0F. Windows color (decimal): -16248801 or 2035720. OLE color: 2035720.

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

Color convert

RGB81631-
CMYK0.740.4800.88
HSL219.13º58.97%7.65%-
HSV(B)219.13º74.19%12.16%-
XYZ0.530.521.37-
YUV15.32136.85122.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.55%
GREEN value IS 16 (6.64% from 255) = 29.09%
BLUE value IS 31 (12.5% from 255) = 56.36%
R=14.55%
G=29.09%
B=56.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal816310.740.4800.88219.1358.977.65
Hex8101F4A30058db3b8
Octal1020371126001303337310
Binary10001000011111100101011000001011000110110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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