#13051A

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

Shades of Blackcurrant #13051A

Tints of Blackcurrant #13051A

Color information

#13051A (or 0x13051A) is unknown color: approx Blackcurrant. HEX triplet: 13, 05 and 1A. RGB value is (19,5,26). Sum of RGB (Red+Green+Blue) = 19+5+26=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 26 (10.55% from 255 or 52% from 50); Max value from RGB is 26 - color contains mainly: blue. Hex color #13051A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13051A is #ECFAE5. Grayscale: #0B0B0B. Windows color (decimal): -15530726 or 1705235. OLE color: 1705235.

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

Color convert

RGB19526-
CMYK0.270.8100.90
HSL280º67.74%6.08%-
HSV(B)280º80.77%10.2%-
XYZ0.510.321.01-
YUV11.58136.14133.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38%
GREEN value IS 5 (2.34% from 255) = 10%
BLUE value IS 26 (10.55% from 255) = 52%
R=38%
G=10%
B=52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal195260.270.8100.9028067.746.08
Hex1351A1B5105A118446
Octal235323312101324301046
Binary1001110111010110111010001010110101000110001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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