#13081A

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

Shades of Blackcurrant #13081A

Tints of Blackcurrant #13081A

Color information

#13081A (or 0x13081A) is unknown color: approx Blackcurrant. HEX triplet: 13, 08 and 1A. RGB value is (19,8,26). Sum of RGB (Red+Green+Blue) = 19+8+26=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 26 (10.55% from 255 or 49.06% from 53); Max value from RGB is 26 - color contains mainly: blue. Hex color #13081A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13081A is #ECF7E5. Grayscale: #0D0D0D. Windows color (decimal): -15529958 or 1706003. OLE color: 1706003.

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

Color convert

RGB19826-
CMYK0.270.6900.90
HSL276.67º52.94%6.67%-
HSV(B)276.67º69.23%10.2%-
XYZ0.540.391.02-
YUV13.34135.14132.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.85%
GREEN value IS 8 (3.52% from 255) = 15.09%
BLUE value IS 26 (10.55% from 255) = 49.06%
R=35.85%
G=15.09%
B=49.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal198260.270.6900.90276.6752.946.67
Hex1381A1B4505A115357
Octal231032331050132425657
Binary1001110001101011011100010101011010100010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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