#13061A

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

Shades of Blackcurrant #13061A

Tints of Blackcurrant #13061A

Color information

#13061A (or 0x13061A) is unknown color: approx Blackcurrant. HEX triplet: 13, 06 and 1A. RGB value is (19,6,26). Sum of RGB (Red+Green+Blue) = 19+6+26=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 6 (2.73% from 255 or 11.76% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #13061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13061A is #ECF9E5. Grayscale: #0C0C0C. Windows color (decimal): -15530470 or 1705491. OLE color: 1705491.

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

Color convert

RGB19626-
CMYK0.270.7700.90
HSL279º62.5%6.27%-
HSV(B)279º76.92%10.2%-
XYZ0.520.341.02-
YUV12.17135.81132.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 37.25%
GREEN value IS 6 (2.73% from 255) = 11.76%
BLUE value IS 26 (10.55% from 255) = 50.98%
R=37.25%
G=11.76%
B=50.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal196260.270.7700.9027962.56.27
Hex1361A1B4D05A1173e6
Octal23632331150132427766
Binary100111101101011011100110101011010100010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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