#05060D

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

Shades of Black Russian #05060D

Tints of Black Russian #05060D

Color information

#05060D (or 0x05060D) is unknown color: approx Black Russian. HEX triplet: 05, 06 and 0D. RGB value is (5,6,13). Sum of RGB (Red+Green+Blue) = 5+6+13=24 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20.83% from 24); Green value is 6 (2.73% from 255 or 25% from 24); Blue value is 13 (5.47% from 255 or 54.17% from 24); Max value from RGB is 13 - color contains mainly: blue. Hex color #05060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05060D is #FAF9F2. Grayscale: #060606. Windows color (decimal): -16447987 or 853509. OLE color: 853509.

HSL color Cylindrical-coordinate representation of color #05060D: hue angle of 232.5º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #05060D is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB5613-
CMYK0.620.5400.95
HSL232.5º44.44%3.53%-
HSV(B)232.5º61.54%5.1%-
XYZ0.20.190.41-
YUV6.5131.67126.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 20.83%
GREEN value IS 6 (2.73% from 255) = 25%
BLUE value IS 13 (5.47% from 255) = 54.17%
R=20.83%
G=25%
B=54.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal56130.620.5400.95232.544.443.53
Hex56D3E3605Fe82c4
Octal561576660137350544
Binary10111011011111101101100101111111101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05060D; }

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

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

<style>
 a { background-color: #05060D; }

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

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

<style>
 span { border-color: #05060D; }

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

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