#13031A

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

Shades of Blackcurrant #13031A

Tints of Blackcurrant #13031A

Color information

#13031A (or 0x13031A) is unknown color: approx Blackcurrant. HEX triplet: 13, 03 and 1A. RGB value is (19,3,26). Sum of RGB (Red+Green+Blue) = 19+3+26=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 26 (10.55% from 255 or 54.17% from 48); Max value from RGB is 26 - color contains mainly: blue. Hex color #13031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13031A is #ECFCE5. Grayscale: #0A0A0A. Windows color (decimal): -15531238 or 1704723. OLE color: 1704723.

HSL color Cylindrical-coordinate representation of color #13031A: hue angle of 281.74º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13031A is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB19326-
CMYK0.270.8800.90
HSL281.74º79.31%5.69%-
HSV(B)281.74º88.46%10.2%-
XYZ0.490.281.01-
YUV10.41136.8134.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 39.58%
GREEN value IS 3 (1.56% from 255) = 6.25%
BLUE value IS 26 (10.55% from 255) = 54.17%
R=39.58%
G=6.25%
B=54.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal193260.270.8800.90281.7479.315.69
Hex1331A1B5805A11a4f6
Octal233323313001324321176
Binary100111111010110111011000010110101000110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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