#0D0411

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

Shades of Blackcurrant #0D0411

Tints of Blackcurrant #0D0411

Color information

#0D0411 (or 0x0D0411) is unknown color: approx Blackcurrant. HEX triplet: 0D, 04 and 11. RGB value is (13,4,17). Sum of RGB (Red+Green+Blue) = 13+4+17=34 (4% of max value = 765). Red value is 13 (5.47% from 255 or 38.24% from 34); Green value is 4 (1.95% from 255 or 11.76% from 34); Blue value is 17 (7.03% from 255 or 50% from 34); Max value from RGB is 17 - color contains mainly: blue. Hex color #0D0411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0411 is #F2FBEE. Grayscale: #080808. Windows color (decimal): -15924207 or 1115149. OLE color: 1115149.

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

Color convert

RGB13417-
CMYK0.240.7600.93
HSL281.54º61.9%4.12%-
HSV(B)281.54º76.47%6.67%-
XYZ0.310.210.56-
YUV8.17132.98131.44-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 38.24%
GREEN value IS 4 (1.95% from 255) = 11.76%
BLUE value IS 17 (7.03% from 255) = 50%
R=38.24%
G=11.76%
B=50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal134170.240.7600.93281.5461.94.12
HexD411184C05D11a3e4
Octal15421301140135432764
Binary11011001000111000100110001011101100011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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