#0D062D

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

Shades of Black Russian #0D062D

Tints of Black Russian #0D062D

Color information

#0D062D (or 0x0D062D) is unknown color: approx Black Russian. HEX triplet: 0D, 06 and 2D. RGB value is (13,6,45). Sum of RGB (Red+Green+Blue) = 13+6+45=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 45 (17.97% from 255 or 70.31% from 64); Max value from RGB is 45 - color contains mainly: blue. Hex color #0D062D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D062D is #F2F9D2. Grayscale: #0C0C0C. Windows color (decimal): -15923667 or 2950669. OLE color: 2950669.

HSL color Cylindrical-coordinate representation of color #0D062D: hue angle of 250.77º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D062D is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB13645-
CMYK0.710.8700.82
HSL250.77º76.47%10%-
HSV(B)250.77º86.67%17.65%-
XYZ0.70.412.52-
YUV12.54146.32128.33-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.31%
GREEN value IS 6 (2.73% from 255) = 9.38%
BLUE value IS 45 (17.97% from 255) = 70.31%
R=20.31%
G=9.38%
B=70.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal136450.710.8700.82250.7776.4710
HexD62D4757052fb4ca
Octal15655107127012237311412
Binary110111010110110001111010111010100101111101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,6,45); }

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

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

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

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

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

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

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