Html Css Color HEX #19141A Blackcurrant

📋 copy color: '#19141A'

red 25 ◦ green 20 ◦ blue 26

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

Shades of Blackcurrant #19141A

Tints of Blackcurrant #19141A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 36.62%

R = 35.21%
G = 28.17%
B = 36.62%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#19141A (or 0x19141A) is known color: Blackcurrant. HEX triplet: 19, 14 and 1A. RGB value is (25,20,26). Sum of RGB (Red+Green+Blue) = 25+20+26=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 26 - color contains mainly: blue. Hex color #19141A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19141A is #E6EBE5. Grayscale: #161616. Windows color (decimal): -15133670 or 1709081. OLE color: 1709081.

HSL color Cylindrical-coordinate representation of color #19141A: hue angle of 290º degrees, saturation: 0.13, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #19141A is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 20 26 -
CMYK 0.04 0.23 0 0.90
HSL 290º 0.13% 0.09% -
HSV(B) 290º 0.23% 0.1% -
XYZ 0.84 0.78 1.08 -
YUV 22.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 25 20 26 0.04 0.23 0 0.90 290 0.13 0.09
Hex 19 14 1A 4 17 0 5A 122 D 9
Octal 31 24 32 4 27 0 132 442 15 11
Binary 11001 10100 11010 100 10111 0 1011010 100100010 1101 1001

Color Harmonies of #19141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19141A

Black with #19141A

Text Example


Text Example

White with #19141A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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