#13021C

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

Shades of Blackcurrant #13021C

Tints of Blackcurrant #13021C

Color information

#13021C (or 0x13021C) is unknown color: approx Blackcurrant. HEX triplet: 13, 02 and 1C. RGB value is (19,2,28). Sum of RGB (Red+Green+Blue) = 19+2+28=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 28 (11.33% from 255 or 57.14% from 49); Max value from RGB is 28 - color contains mainly: blue. Hex color #13021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13021C is #ECFDE3. Grayscale: #090909. Windows color (decimal): -15531492 or 1835539. OLE color: 1835539.

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

Color convert

RGB19228-
CMYK0.320.9300.89
HSL279.23º86.67%5.88%-
HSV(B)279.23º92.86%10.98%-
XYZ0.50.271.12-
YUV10.05138.13134.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38.78%
GREEN value IS 2 (1.17% from 255) = 4.08%
BLUE value IS 28 (11.33% from 255) = 57.14%
R=38.78%
G=4.08%
B=57.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal192280.320.9300.89279.2386.675.88
Hex1321C205D059117576
Octal232344013501314271276
Binary1001110111001000001011101010110011000101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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