#13081D

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

Shades of Blackcurrant #13081D

Tints of Blackcurrant #13081D

Color information

#13081D (or 0x13081D) is unknown color: approx Blackcurrant. HEX triplet: 13, 08 and 1D. RGB value is (19,8,29). Sum of RGB (Red+Green+Blue) = 19+8+29=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 8 (3.52% from 255 or 14.29% from 56); Blue value is 29 (11.72% from 255 or 51.79% from 56); Max value from RGB is 29 - color contains mainly: blue. Hex color #13081D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13081D is #ECF7E2. Grayscale: #0D0D0D. Windows color (decimal): -15529955 or 1902611. OLE color: 1902611.

HSL color Cylindrical-coordinate representation of color #13081D: hue angle of 271.43º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13081D is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB19829-
CMYK0.340.7200.89
HSL271.43º56.76%7.25%-
HSV(B)271.43º72.41%11.37%-
XYZ0.580.41.21-
YUV13.68136.64131.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 8 (3.52% from 255) = 14.29%
BLUE value IS 29 (11.72% from 255) = 51.79%
R=33.93%
G=14.29%
B=51.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal198290.340.7200.89271.4356.767.25
Hex1381D224805910f397
Octal231035421100131417717
Binary10011100011101100010100100001011001100001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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