#13061D

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

Shades of Blackcurrant #13061D

Tints of Blackcurrant #13061D

Color information

#13061D (or 0x13061D) is unknown color: approx Blackcurrant. HEX triplet: 13, 06 and 1D. RGB value is (19,6,29). Sum of RGB (Red+Green+Blue) = 19+6+29=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 29 (11.72% from 255 or 53.70% from 54); Max value from RGB is 29 - color contains mainly: blue. Hex color #13061D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13061D is #ECF9E2. Grayscale: #0C0C0C. Windows color (decimal): -15530467 or 1902099. OLE color: 1902099.

HSL color Cylindrical-coordinate representation of color #13061D: hue angle of 273.91º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13061D is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB19629-
CMYK0.340.7900.89
HSL273.91º65.71%6.86%-
HSV(B)273.91º79.31%11.37%-
XYZ0.560.361.2-
YUV12.51137.31132.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.19%
GREEN value IS 6 (2.73% from 255) = 11.11%
BLUE value IS 29 (11.72% from 255) = 53.70%
R=35.19%
G=11.11%
B=53.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal196290.340.7900.89273.9165.716.86
Hex1361D224F059112427
Octal236354211701314221027
Binary10011110111011000101001111010110011000100101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,6,29); }

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

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

 a { background-color: rgb(19,6,29); }

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

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

 span { border-color: rgb(19,6,29); }

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