#13031D

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

Shades of Blackcurrant #13031D

Tints of Blackcurrant #13031D

Color information

#13031D (or 0x13031D) is unknown color: approx Blackcurrant. HEX triplet: 13, 03 and 1D. RGB value is (19,3,29). Sum of RGB (Red+Green+Blue) = 19+3+29=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 3 (1.56% from 255 or 5.88% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #13031D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13031D is #ECFCE2. Grayscale: #0A0A0A. Windows color (decimal): -15531235 or 1901331. OLE color: 1901331.

HSL color Cylindrical-coordinate representation of color #13031D: hue angle of 276.92º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13031D is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB19329-
CMYK0.340.9000.89
HSL276.92º81.25%6.27%-
HSV(B)276.92º89.66%11.37%-
XYZ0.520.291.19-
YUV10.75138.3133.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 37.25%
GREEN value IS 3 (1.56% from 255) = 5.88%
BLUE value IS 29 (11.72% from 255) = 56.86%
R=37.25%
G=5.88%
B=56.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal193290.340.9000.89276.9281.256.27
Hex1331D225A059115516
Octal233354213201314251216
Binary1001111111011000101011010010110011000101011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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