Html Css Color HEX #19141C Blackcurrant

📋 copy color: '#19141C'

red 25 ◦ green 20 ◦ blue 28

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

Shades of Blackcurrant #19141C

Tints of Blackcurrant #19141C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 38.36%

R = 34.25%
G = 27.4%
B = 38.36%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#19141C (or 0x19141C) is known color: Blackcurrant. HEX triplet: 19, 14 and 1C. RGB value is (25,20,28). Sum of RGB (Red+Green+Blue) = 25+20+28=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 28 - color contains mainly: blue. Hex color #19141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19141C is #E6EBE3. Grayscale: #161616. Windows color (decimal): -15133668 or 1840153. OLE color: 1840153.

HSL color Cylindrical-coordinate representation of color #19141C: hue angle of 277.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #19141C is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 25 20 28 -
CMYK 0.11 0.29 0 0.89
HSL 277.5º 0.17% 0.09% -
HSV(B) 277.5º 0.29% 0.11% -
XYZ 0.86 0.79 1.21 -
YUV 22.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 25 20 28 0.11 0.29 0 0.89 277.5 0.17 0.09
Hex 19 14 1C B 1D 0 59 116 11 9
Octal 31 24 34 13 35 0 131 426 21 11
Binary 11001 10100 11100 1011 11101 0 1011001 100010110 10001 1001

Color Harmonies of #19141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19141C

Black with #19141C

Text Example


Text Example

White with #19141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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