Html Css Color HEX #19111E Blackcurrant

📋 copy color: '#19111E'

red 25 ◦ green 17 ◦ blue 30

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

Shades of Blackcurrant #19111E

Tints of Blackcurrant #19111E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 23.61%

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

R = 34.72%
G = 23.61%
B = 41.67%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#19111E (or 0x19111E) is known color: Blackcurrant. HEX triplet: 19, 11 and 1E. RGB value is (25,17,30). Sum of RGB (Red+Green+Blue) = 25+17+30=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 30 - color contains mainly: blue. Hex color #19111E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19111E is #E6EEE1. Grayscale: #141414. Windows color (decimal): -15134434 or 1970457. OLE color: 1970457.

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

Color convert

RGB 25 17 30 -
CMYK 0.17 0.43 0 0.88
HSL 276.92º 0.28% 0.09% -
HSV(B) 276.92º 0.43% 0.12% -
XYZ 0.84 0.7 1.32 -
YUV 20.87 133.15 130.94 -
System Red Green Blue C M Y K H S L
Decimal 25 17 30 0.17 0.43 0 0.88 276.92 0.28 0.09
Hex 19 11 1E 11 2B 0 58 115 1C 9
Octal 31 21 36 21 53 0 130 425 34 11
Binary 11001 10001 11110 10001 101011 0 1011000 100010101 11100 1001

Color Harmonies of #19111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19111E

Black with #19111E

Text Example


Text Example

White with #19111E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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