#0D062C

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

Shades of Black Russian #0D062C

Tints of Black Russian #0D062C

Color information

#0D062C (or 0x0D062C) is unknown color: approx Black Russian. HEX triplet: 0D, 06 and 2C. RGB value is (13,6,44). Sum of RGB (Red+Green+Blue) = 13+6+44=63 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.63% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 44 (17.58% from 255 or 69.84% from 63); Max value from RGB is 44 - color contains mainly: blue. Hex color #0D062C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D062C is #F2F9D3. Grayscale: #0C0C0C. Windows color (decimal): -15923668 or 2885133. OLE color: 2885133.

HSL color Cylindrical-coordinate representation of color #0D062C: hue angle of 251.05º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D062C is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB13644-
CMYK0.700.8600.83
HSL251.05º76%9.8%-
HSV(B)251.05º86.36%17.25%-
XYZ0.690.42.42-
YUV12.42145.82128.41-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.63%
GREEN value IS 6 (2.73% from 255) = 9.52%
BLUE value IS 44 (17.58% from 255) = 69.84%
R=20.63%
G=9.52%
B=69.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal136440.700.8600.83251.05769.8
HexD62C4656053fb4ca
Octal15654106126012337311412
Binary110111010110010001101010110010100111111101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D062C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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