#13041D

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

Shades of Blackcurrant #13041D

Tints of Blackcurrant #13041D

Color information

#13041D (or 0x13041D) is unknown color: approx Blackcurrant. HEX triplet: 13, 04 and 1D. RGB value is (19,4,29). Sum of RGB (Red+Green+Blue) = 19+4+29=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 4 (1.95% from 255 or 7.69% from 52); Blue value is 29 (11.72% from 255 or 55.77% from 52); Max value from RGB is 29 - color contains mainly: blue. Hex color #13041D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13041D is #ECFBE2. Grayscale: #0B0B0B. Windows color (decimal): -15530979 or 1901587. OLE color: 1901587.

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

Color convert

RGB19429-
CMYK0.340.8600.89
HSL276º75.76%6.47%-
HSV(B)276º86.21%11.37%-
XYZ0.530.311.19-
YUV11.34137.97133.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 36.54%
GREEN value IS 4 (1.95% from 255) = 7.69%
BLUE value IS 29 (11.72% from 255) = 55.77%
R=36.54%
G=7.69%
B=55.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal194290.340.8600.8927675.766.47
Hex1341D22560591144c6
Octal234354212601314241146
Binary10011100111011000101010110010110011000101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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