#0D0516

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

Shades of Blackcurrant #0D0516

Tints of Blackcurrant #0D0516

Color information

#0D0516 (or 0x0D0516) is unknown color: approx Blackcurrant. HEX triplet: 0D, 05 and 16. RGB value is (13,5,22). Sum of RGB (Red+Green+Blue) = 13+5+22=40 (5% of max value = 765). Red value is 13 (5.47% from 255 or 32.5% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 22 (8.98% from 255 or 55% from 40); Max value from RGB is 22 - color contains mainly: blue. Hex color #0D0516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0516 is #F2FAE9. Grayscale: #090909. Windows color (decimal): -15923946 or 1443085. OLE color: 1443085.

HSL color Cylindrical-coordinate representation of color #0D0516: hue angle of 268.24º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D0516 is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB13522-
CMYK0.410.7700.91
HSL268.24º62.96%5.29%-
HSV(B)268.24º77.27%8.63%-
XYZ0.370.250.79-
YUV9.33135.15130.62-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 32.5%
GREEN value IS 5 (2.34% from 255) = 12.5%
BLUE value IS 22 (8.98% from 255) = 55%
R=32.5%
G=12.5%
B=55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal135220.410.7700.91268.2462.965.29
HexD516294D05B10c3f5
Octal15526511150133414775
Binary110110110110101001100110101011011100001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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