#0D0511

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

Shades of Blackcurrant #0D0511

Tints of Blackcurrant #0D0511

Color information

#0D0511 (or 0x0D0511) is unknown color: approx Blackcurrant. HEX triplet: 0D, 05 and 11. RGB value is (13,5,17). Sum of RGB (Red+Green+Blue) = 13+5+17=35 (4% of max value = 765). Red value is 13 (5.47% from 255 or 37.14% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 17 (7.03% from 255 or 48.57% from 35); Max value from RGB is 17 - color contains mainly: blue. Hex color #0D0511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0511 is #F2FAEE. Grayscale: #080808. Windows color (decimal): -15923951 or 1115405. OLE color: 1115405.

HSL color Cylindrical-coordinate representation of color #0D0511: hue angle of 280º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0D0511 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB13517-
CMYK0.240.7100.93
HSL280º54.55%4.31%-
HSV(B)280º70.59%6.67%-
XYZ0.320.230.56-
YUV8.76132.65131.02-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 37.14%
GREEN value IS 5 (2.34% from 255) = 14.29%
BLUE value IS 17 (7.03% from 255) = 48.57%
R=37.14%
G=14.29%
B=48.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal135170.240.7100.9328054.554.31
HexD511184705D118374
Octal15521301070135430674
Binary11011011000111000100011101011101100011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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