#0D0D14

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

Shades of Black Russian #0D0D14

Tints of Black Russian #0D0D14

Color information

#0D0D14 (or 0x0D0D14) is unknown color: approx Black Russian. HEX triplet: 0D, 0D and 14. RGB value is (13,13,20). Sum of RGB (Red+Green+Blue) = 13+13+20=46 (6% of max value = 765). Red value is 13 (5.47% from 255 or 28.26% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 20 (8.20% from 255 or 43.48% from 46); Max value from RGB is 20 - color contains mainly: blue. Hex color #0D0D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0D14 is #F2F2EB. Grayscale: #0D0D0D. Windows color (decimal): -15921900 or 1314061. OLE color: 1314061.

HSL color Cylindrical-coordinate representation of color #0D0D14: hue angle of 240º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0D0D14 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB131320-
CMYK0.350.3500.92
HSL240º21.21%6.47%-
HSV(B)240º35%7.84%-
XYZ0.440.420.72-
YUV13.8131.5127.43-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 28.26%
GREEN value IS 13 (5.47% from 255) = 28.26%
BLUE value IS 20 (8.20% from 255) = 43.48%
R=28.26%
G=28.26%
B=43.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1313200.350.3500.9224021.216.47
HexDD14232305Cf0156
Octal15152443430134360256
Binary1101110110100100011100011010111001111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,13,20); }

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

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

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

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

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

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

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