#13031E

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

Shades of Blackcurrant #13031E

Tints of Blackcurrant #13031E

Color information

#13031E (or 0x13031E) is unknown color: approx Blackcurrant. HEX triplet: 13, 03 and 1E. RGB value is (19,3,30). Sum of RGB (Red+Green+Blue) = 19+3+30=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 30 (12.11% from 255 or 57.69% from 52); Max value from RGB is 30 - color contains mainly: blue. Hex color #13031E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13031E is #ECFCE1. Grayscale: #0A0A0A. Windows color (decimal): -15531234 or 1966867. OLE color: 1966867.

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

Color convert

RGB19330-
CMYK0.370.9000.88
HSL275.56º81.82%6.47%-
HSV(B)275.56º90%11.76%-
XYZ0.540.31.26-
YUV10.86138.8133.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 36.54%
GREEN value IS 3 (1.56% from 255) = 5.77%
BLUE value IS 30 (12.11% from 255) = 57.69%
R=36.54%
G=5.77%
B=57.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal193300.370.9000.88275.5681.826.47
Hex1331E255A058114526
Octal233364513201304241226
Binary1001111111101001011011010010110001000101001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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