#05030D

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

Shades of Black Russian #05030D

Tints of Black Russian #05030D

Color information

#05030D (or 0x05030D) is unknown color: approx Black Russian. HEX triplet: 05, 03 and 0D. RGB value is (5,3,13). Sum of RGB (Red+Green+Blue) = 5+3+13=21 (2% of max value = 765). Red value is 5 (2.34% from 255 or 23.81% from 21); Green value is 3 (1.56% from 255 or 14.29% from 21); Blue value is 13 (5.47% from 255 or 61.90% from 21); Max value from RGB is 13 - color contains mainly: blue. Hex color #05030D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05030D is #FAFCF2. Grayscale: #040404. Windows color (decimal): -16448755 or 852741. OLE color: 852741.

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

Color convert

RGB5313-
CMYK0.620.7700.95
HSL252º62.5%3.14%-
HSV(B)252º76.92%5.1%-
XYZ0.170.130.4-
YUV4.74132.66128.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 23.81%
GREEN value IS 3 (1.56% from 255) = 14.29%
BLUE value IS 13 (5.47% from 255) = 61.90%
R=23.81%
G=14.29%
B=61.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal53130.620.7700.9525262.53.14
Hex53D3E4D05Ffc3e3
Octal5315761150137374763
Binary1011111011111101001101010111111111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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