#13011A

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

Shades of Blackcurrant #13011A

Tints of Blackcurrant #13011A

Color information

#13011A (or 0x13011A) is unknown color: approx Blackcurrant. HEX triplet: 13, 01 and 1A. RGB value is (19,1,26). Sum of RGB (Red+Green+Blue) = 19+1+26=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 26 (10.55% from 255 or 56.52% from 46); Max value from RGB is 26 - color contains mainly: blue. Hex color #13011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13011A is #ECFEE5. Grayscale: #090909. Windows color (decimal): -15531750 or 1704211. OLE color: 1704211.

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

Color convert

RGB19126-
CMYK0.270.9600.90
HSL283.2º92.59%5.29%-
HSV(B)283.2º96.15%10.2%-
XYZ0.470.231-
YUV9.23137.46134.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 41.30%
GREEN value IS 1 (0.78% from 255) = 2.17%
BLUE value IS 26 (10.55% from 255) = 56.52%
R=41.30%
G=2.17%
B=56.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal191260.270.9600.90283.292.595.29
Hex1311A1B6005A11b5d5
Octal231323314001324331355
Binary10011111010110111100000010110101000110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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