#13071E

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

Shades of Blackcurrant #13071E

Tints of Blackcurrant #13071E

Color information

#13071E (or 0x13071E) is unknown color: approx Blackcurrant. HEX triplet: 13, 07 and 1E. RGB value is (19,7,30). Sum of RGB (Red+Green+Blue) = 19+7+30=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 30 (12.11% from 255 or 53.57% from 56); Max value from RGB is 30 - color contains mainly: blue. Hex color #13071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13071E is #ECF8E1. Grayscale: #0D0D0D. Windows color (decimal): -15530210 or 1967891. OLE color: 1967891.

HSL color Cylindrical-coordinate representation of color #13071E: hue angle of 271.3º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13071E is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB19730-
CMYK0.370.7700.88
HSL271.3º62.16%7.25%-
HSV(B)271.3º76.67%11.76%-
XYZ0.580.381.27-
YUV13.21137.48132.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 7 (3.12% from 255) = 12.5%
BLUE value IS 30 (12.11% from 255) = 53.57%
R=33.93%
G=12.5%
B=53.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal197300.370.7700.88271.362.167.25
Hex1371E254D05810f3e7
Octal23736451150130417767
Binary1001111111110100101100110101011000100001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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