Html Css Color HEX #19051D Blackcurrant

📋 copy color: '#19051D'

red 25 ◦ green 5 ◦ blue 29

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

Shades of Blackcurrant #19051D

Tints of Blackcurrant #19051D

RGB

 RED value IS 25 (10.16% from 255) = 42.37%

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

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

R = 42.37%
G = 8.47%
B = 49.15%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#19051D (or 0x19051D) is known color: Blackcurrant. HEX triplet: 19, 05 and 1D. RGB value is (25,5,29). Sum of RGB (Red+Green+Blue) = 25+5+29=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #19051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19051D is #E6FAE2. Grayscale: #0D0D0D. Windows color (decimal): -15137507 or 1901849. OLE color: 1901849.

HSL color Cylindrical-coordinate representation of color #19051D: hue angle of 290º 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 #19051D is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 25 5 29 -
CMYK 0.14 0.83 0 0.89
HSL 290º 0.71% 0.07% -
HSV(B) 290º 0.83% 0.11% -
XYZ 0.68 0.4 1.2 -
YUV 13.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 25 5 29 0.14 0.83 0 0.89 290 0.71 0.07
Hex 19 5 1D E 53 0 59 122 47 7
Octal 31 5 35 16 123 0 131 442 107 7
Binary 11001 101 11101 1110 1010011 0 1011001 100100010 1000111 111

Color Harmonies of #19051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19051D

Black with #19051D

Text Example


Text Example

White with #19051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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