#05050D

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

Shades of Black Russian #05050D

Tints of Black Russian #05050D

Color information

#05050D (or 0x05050D) is unknown color: approx Black Russian. HEX triplet: 05, 05 and 0D. RGB value is (5,5,13). Sum of RGB (Red+Green+Blue) = 5+5+13=23 (3% of max value = 765). Red value is 5 (2.34% from 255 or 21.74% from 23); Green value is 5 (2.34% from 255 or 21.74% from 23); Blue value is 13 (5.47% from 255 or 56.52% from 23); Max value from RGB is 13 - color contains mainly: blue. Hex color #05050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05050D is #FAFAF2. Grayscale: #050505. Windows color (decimal): -16448243 or 853253. OLE color: 853253.

HSL color Cylindrical-coordinate representation of color #05050D: hue angle of 240º 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 #05050D is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB5513-
CMYK0.620.6200.95
HSL240º44.44%3.53%-
HSV(B)240º61.54%5.1%-
XYZ0.190.170.4-
YUV5.91132127.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 21.74%
GREEN value IS 5 (2.34% from 255) = 21.74%
BLUE value IS 13 (5.47% from 255) = 56.52%
R=21.74%
G=21.74%
B=56.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal55130.620.6200.9524044.443.53
Hex55D3E3E05Ff02c4
Octal551576760137360544
Binary10110111011111101111100101111111110000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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