#13021F

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

Shades of Blackcurrant #13021F

Tints of Blackcurrant #13021F

Color information

#13021F (or 0x13021F) is unknown color: approx Blackcurrant. HEX triplet: 13, 02 and 1F. RGB value is (19,2,31). Sum of RGB (Red+Green+Blue) = 19+2+31=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 31 (12.5% from 255 or 59.62% from 52); Max value from RGB is 31 - color contains mainly: blue. Hex color #13021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13021F is #ECFDE0. Grayscale: #0A0A0A. Windows color (decimal): -15531489 or 2032147. OLE color: 2032147.

HSL color Cylindrical-coordinate representation of color #13021F: hue angle of 275.17º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13021F is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB19231-
CMYK0.390.9400.88
HSL275.17º87.88%6.47%-
HSV(B)275.17º93.55%12.16%-
XYZ0.540.281.32-
YUV10.39139.63134.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 36.54%
GREEN value IS 2 (1.17% from 255) = 3.85%
BLUE value IS 31 (12.5% from 255) = 59.62%
R=36.54%
G=3.85%
B=59.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal192310.390.9400.88275.1787.886.47
Hex1321F275E058113586
Octal232374713601304231306
Binary1001110111111001111011110010110001000100111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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