#13021E

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

Shades of Blackcurrant #13021E

Tints of Blackcurrant #13021E

Color information

#13021E (or 0x13021E) is unknown color: approx Blackcurrant. HEX triplet: 13, 02 and 1E. RGB value is (19,2,30). Sum of RGB (Red+Green+Blue) = 19+2+30=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 30 (12.11% from 255 or 58.82% from 51); Max value from RGB is 30 - color contains mainly: blue. Hex color #13021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13021E is #ECFDE1. Grayscale: #0A0A0A. Windows color (decimal): -15531490 or 1966611. OLE color: 1966611.

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

Color convert

RGB19230-
CMYK0.370.9300.88
HSL276.43º87.5%6.27%-
HSV(B)276.43º93.33%11.76%-
XYZ0.520.281.25-
YUV10.28139.13134.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 37.25%
GREEN value IS 2 (1.17% from 255) = 3.92%
BLUE value IS 30 (12.11% from 255) = 58.82%
R=37.25%
G=3.92%
B=58.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal192300.370.9300.88276.4387.56.27
Hex1321E255D058114586
Octal232364513501304241306
Binary1001110111101001011011101010110001000101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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