Html Css Color HEX #19141D Blackcurrant

📋 copy color: '#19141D'

red 25 ◦ green 20 ◦ blue 29

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

Shades of Blackcurrant #19141D

Tints of Blackcurrant #19141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 27.03%

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

R = 33.78%
G = 27.03%
B = 39.19%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#19141D (or 0x19141D) is known color: Blackcurrant. HEX triplet: 19, 14 and 1D. RGB value is (25,20,29). Sum of RGB (Red+Green+Blue) = 25+20+29=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 29 - color contains mainly: blue. Hex color #19141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19141D is #E6EBE2. Grayscale: #161616. Windows color (decimal): -15133667 or 1905689. OLE color: 1905689.

HSL color Cylindrical-coordinate representation of color #19141D: hue angle of 273.33º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #19141D is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 25 20 29 -
CMYK 0.14 0.31 0 0.89
HSL 273.33º 0.18% 0.1% -
HSV(B) 273.33º 0.31% 0.11% -
XYZ 0.87 0.8 1.27 -
YUV 22.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 25 20 29 0.14 0.31 0 0.89 273.33 0.18 0.1
Hex 19 14 1D E 1F 0 59 111 12 A
Octal 31 24 35 16 37 0 131 421 22 12
Binary 11001 10100 11101 1110 11111 0 1011001 100010001 10010 1010

Color Harmonies of #19141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19141D

Black with #19141D

Text Example


Text Example

White with #19141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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