#0D081F

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

Shades of Black Russian #0D081F

Tints of Black Russian #0D081F

Color information

#0D081F (or 0x0D081F) is unknown color: approx Black Russian. HEX triplet: 0D, 08 and 1F. RGB value is (13,8,31). Sum of RGB (Red+Green+Blue) = 13+8+31=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 8 (3.52% from 255 or 15.38% from 52); Blue value is 31 (12.5% from 255 or 59.62% from 52); Max value from RGB is 31 - color contains mainly: blue. Hex color #0D081F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D081F is #F2F7E0. Grayscale: #0C0C0C. Windows color (decimal): -15923169 or 2033677. OLE color: 2033677.

HSL color Cylindrical-coordinate representation of color #0D081F: hue angle of 253.04º 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 #0D081F is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB13831-
CMYK0.580.7400.88
HSL253.04º58.97%7.65%-
HSV(B)253.04º74.19%12.16%-
XYZ0.50.361.34-
YUV12.12138.66128.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 25%
GREEN value IS 8 (3.52% from 255) = 15.38%
BLUE value IS 31 (12.5% from 255) = 59.62%
R=25%
G=15.38%
B=59.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal138310.580.7400.88253.0458.977.65
HexD81F3A4A058fd3b8
Octal1510377211201303757310
Binary1101100011111111010100101001011000111111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D081F; }

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

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

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

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

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

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

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

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