Html Css Color HEX #13051D Blackcurrant

📋 copy color: '#13051D'

red 19 ◦ green 5 ◦ blue 29

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

Shades of Blackcurrant #13051D

Tints of Blackcurrant #13051D

RGB

 RED value IS 19 (7.81% from 255) = 35.85%

 GREEN value IS 5 (2.34% from 255) = 9.43%

 BLUE value IS 29 (11.72% from 255) = 54.72%

R = 35.85%
G = 9.43%
B = 54.72%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#13051D (or 0x13051D) is known color: Blackcurrant. HEX triplet: 13, 05 and 1D. RGB value is (19,5,29). Sum of RGB (Red+Green+Blue) = 19+5+29=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 29 (11.72% from 255 or 54.72% from 53); Max value from RGB is 29 - color contains mainly: blue. Hex color #13051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13051D is #ECFAE2. Grayscale: #0B0B0B. Windows color (decimal): -15530723 or 1901843. OLE color: 1901843.

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

Color convert

RGB 19 5 29 -
CMYK 0.34 0.83 0 0.89
HSL 275º 0.71% 0.07% -
HSV(B) 275º 0.83% 0.11% -
XYZ 0.54 0.34 1.2 -
YUV 11.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 19 5 29 0.34 0.83 0 0.89 275 0.71 0.07
Hex 13 5 1D 22 53 0 59 113 47 7
Octal 23 5 35 42 123 0 131 423 107 7
Binary 10011 101 11101 100010 1010011 0 1011001 100010011 1000111 111

Color Harmonies of #13051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13051D

Black with #13051D

Text Example


Text Example

White with #13051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13051D;
 }
 .AnyTagClassName
 {
   color: #13051D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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