#13031C

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

Shades of Blackcurrant #13031C

Tints of Blackcurrant #13031C

Color information

#13031C (or 0x13031C) is unknown color: approx Blackcurrant. HEX triplet: 13, 03 and 1C. RGB value is (19,3,28). Sum of RGB (Red+Green+Blue) = 19+3+28=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 3 (1.56% from 255 or 6% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #13031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13031C is #ECFCE3. Grayscale: #0A0A0A. Windows color (decimal): -15531236 or 1835795. OLE color: 1835795.

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

Color convert

RGB19328-
CMYK0.320.8900.89
HSL278.4º80.65%6.08%-
HSV(B)278.4º89.29%10.98%-
XYZ0.510.291.13-
YUV10.63137.8133.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38%
GREEN value IS 3 (1.56% from 255) = 6%
BLUE value IS 28 (11.33% from 255) = 56%
R=38%
G=6%
B=56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal193280.320.8900.89278.480.656.08
Hex1331C2059059116516
Octal233344013101314261216
Binary1001111111001000001011001010110011000101101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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