Html Css Color HEX #13041D Blackcurrant

📋 copy color: '#13041D'

red 19 ◦ green 4 ◦ blue 29

#13041D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #13041D

Tints of Blackcurrant #13041D

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 value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#13041D (or 0x13041D) is known color: 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

RGB 19 4 29 -
CMYK 0.34 0.86 0 0.89
HSL 276º 0.76% 0.06% -
HSV(B) 276º 0.86% 0.11% -
XYZ 0.53 0.31 1.19 -
YUV 11.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 19 4 29 0.34 0.86 0 0.89 276 0.76 0.06
Hex 13 4 1D 22 56 0 59 114 4C 6
Octal 23 4 35 42 126 0 131 424 114 6
Binary 10011 100 11101 100010 1010110 0 1011001 100010100 1001100 110

Color Harmonies of #13041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13041D

Black with #13041D

Text Example


Text Example

White with #13041D

Text Example


Text Example

HTML Codes & Css Web 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>