Html Css Color HEX #19141E Blackcurrant

📋 copy color: '#19141E'

red 25 ◦ green 20 ◦ blue 30

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

Shades of Blackcurrant #19141E

Tints of Blackcurrant #19141E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 40%

R = 33.33%
G = 26.67%
B = 40%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#19141E (or 0x19141E) is known color: Blackcurrant. HEX triplet: 19, 14 and 1E. RGB value is (25,20,30). Sum of RGB (Red+Green+Blue) = 25+20+30=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 30 - color contains mainly: blue. Hex color #19141E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19141E is #E6EBE1. Grayscale: #161616. Windows color (decimal): -15133666 or 1971225. OLE color: 1971225.

HSL color Cylindrical-coordinate representation of color #19141E: hue angle of 270º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #19141E is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 25 20 30 -
CMYK 0.17 0.33 0 0.88
HSL 270º 0.2% 0.1% -
HSV(B) 270º 0.33% 0.12% -
XYZ 0.89 0.8 1.34 -
YUV 22.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 25 20 30 0.17 0.33 0 0.88 270 0.2 0.1
Hex 19 14 1E 11 21 0 58 10E 14 A
Octal 31 24 36 21 41 0 130 416 24 12
Binary 11001 10100 11110 10001 100001 0 1011000 100001110 10100 1010

Color Harmonies of #19141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19141E

Black with #19141E

Text Example


Text Example

White with #19141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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