#13011C

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

Shades of Blackcurrant #13011C

Tints of Blackcurrant #13011C

Color information

#13011C (or 0x13011C) is unknown color: approx Blackcurrant. HEX triplet: 13, 01 and 1C. RGB value is (19,1,28). Sum of RGB (Red+Green+Blue) = 19+1+28=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 28 (11.33% from 255 or 58.33% from 48); Max value from RGB is 28 - color contains mainly: blue. Hex color #13011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13011C is #ECFEE3. Grayscale: #090909. Windows color (decimal): -15531748 or 1835283. OLE color: 1835283.

HSL color Cylindrical-coordinate representation of color #13011C: hue angle of 280º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13011C is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB19128-
CMYK0.320.9600.89
HSL280º93.1%5.69%-
HSV(B)280º96.43%10.98%-
XYZ0.490.241.12-
YUV9.46138.46134.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 39.58%
GREEN value IS 1 (0.78% from 255) = 2.08%
BLUE value IS 28 (11.33% from 255) = 58.33%
R=39.58%
G=2.08%
B=58.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal191280.320.9600.8928093.15.69
Hex1311C20600591185d6
Octal231344014001314301356
Binary100111111001000001100000010110011000110001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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