#0D0616

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

Shades of Blackcurrant #0D0616

Tints of Blackcurrant #0D0616

Color information

#0D0616 (or 0x0D0616) is unknown color: approx Blackcurrant. HEX triplet: 0D, 06 and 16. RGB value is (13,6,22). Sum of RGB (Red+Green+Blue) = 13+6+22=41 (5% of max value = 765). Red value is 13 (5.47% from 255 or 31.71% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 22 (8.98% from 255 or 53.66% from 41); Max value from RGB is 22 - color contains mainly: blue. Hex color #0D0616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0616 is #F2F9E9. Grayscale: #090909. Windows color (decimal): -15923690 or 1443341. OLE color: 1443341.

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

Color convert

RGB13622-
CMYK0.410.7300.91
HSL266.25º57.14%5.49%-
HSV(B)266.25º72.73%8.63%-
XYZ0.380.270.79-
YUV9.92134.82130.2-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 31.71%
GREEN value IS 6 (2.73% from 255) = 14.63%
BLUE value IS 22 (8.98% from 255) = 53.66%
R=31.71%
G=14.63%
B=53.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal136220.410.7300.91266.2557.145.49
HexD616294905B10a395
Octal15626511110133412715
Binary110111010110101001100100101011011100001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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