#0D081E

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

Shades of Black Russian #0D081E

Tints of Black Russian #0D081E

Color information

#0D081E (or 0x0D081E) is unknown color: approx Black Russian. HEX triplet: 0D, 08 and 1E. RGB value is (13,8,30). Sum of RGB (Red+Green+Blue) = 13+8+30=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 30 (12.11% from 255 or 58.82% from 51); Max value from RGB is 30 - color contains mainly: blue. Hex color #0D081E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D081E is #F2F7E1. Grayscale: #0B0B0B. Windows color (decimal): -15923170 or 1968141. OLE color: 1968141.

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

Color convert

RGB13830-
CMYK0.570.7300.88
HSL253.64º57.89%7.45%-
HSV(B)253.64º73.33%11.76%-
XYZ0.490.351.27-
YUV12138.16128.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 25.49%
GREEN value IS 8 (3.52% from 255) = 15.69%
BLUE value IS 30 (12.11% from 255) = 58.82%
R=25.49%
G=15.69%
B=58.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal138300.570.7300.88253.6457.897.45
HexD81E3949058fe3a7
Octal151036711110130376727
Binary110110001111011100110010010101100011111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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