#13071F

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

Shades of Blackcurrant #13071F

Tints of Blackcurrant #13071F

Color information

#13071F (or 0x13071F) is unknown color: approx Blackcurrant. HEX triplet: 13, 07 and 1F. RGB value is (19,7,31). Sum of RGB (Red+Green+Blue) = 19+7+31=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 7 (3.12% from 255 or 12.28% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #13071F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13071F is #ECF8E0. Grayscale: #0D0D0D. Windows color (decimal): -15530209 or 2033427. OLE color: 2033427.

HSL color Cylindrical-coordinate representation of color #13071F: hue angle of 270º degrees, saturation: 0.63, 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 #13071F is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB19731-
CMYK0.390.7700.88
HSL270º63.16%7.45%-
HSV(B)270º77.42%12.16%-
XYZ0.590.391.34-
YUV13.32137.98132.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.33%
GREEN value IS 7 (3.12% from 255) = 12.28%
BLUE value IS 31 (12.5% from 255) = 54.39%
R=33.33%
G=12.28%
B=54.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal197310.390.7700.8827063.167.45
Hex1371F274D05810e3f7
Octal23737471150130416777
Binary1001111111111100111100110101011000100001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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