#13071D

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

Shades of Blackcurrant #13071D

Tints of Blackcurrant #13071D

Color information

#13071D (or 0x13071D) is unknown color: approx Blackcurrant. HEX triplet: 13, 07 and 1D. RGB value is (19,7,29). Sum of RGB (Red+Green+Blue) = 19+7+29=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #13071D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13071D is #ECF8E2. Grayscale: #0D0D0D. Windows color (decimal): -15530211 or 1902355. OLE color: 1902355.

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

Color convert

RGB19729-
CMYK0.340.7600.89
HSL272.73º61.11%7.06%-
HSV(B)272.73º75.86%11.37%-
XYZ0.570.381.21-
YUV13.1136.98132.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 34.55%
GREEN value IS 7 (3.12% from 255) = 12.73%
BLUE value IS 29 (11.72% from 255) = 52.73%
R=34.55%
G=12.73%
B=52.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal197290.340.7600.89272.7361.117.06
Hex1371D224C0591113d7
Octal23735421140131421757
Binary1001111111101100010100110001011001100010001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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