Html Css Color HEX #19171A Blackcurrant

📋 copy color: '#19171A'

red 25 ◦ green 23 ◦ blue 26

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

Shades of Blackcurrant #19171A

Tints of Blackcurrant #19171A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 31.08%

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

R = 33.78%
G = 31.08%
B = 35.14%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#19171A (or 0x19171A) is known color: Blackcurrant. HEX triplet: 19, 17 and 1A. RGB value is (25,23,26). Sum of RGB (Red+Green+Blue) = 25+23+26=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 26 - color contains mainly: blue. Hex color #19171A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19171A is #E6E8E5. Grayscale: #171717. Windows color (decimal): -15132902 or 1709849. OLE color: 1709849.

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

Color convert

RGB 25 23 26 -
CMYK 0.04 0.12 0 0.90
HSL 280º 0.06% 0.1% -
HSV(B) 280º 0.12% 0.1% -
XYZ 0.89 0.89 1.1 -
YUV 23.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 25 23 26 0.04 0.12 0 0.90 280 0.06 0.1
Hex 19 17 1A 4 C 0 5A 118 6 A
Octal 31 27 32 4 14 0 132 430 6 12
Binary 11001 10111 11010 100 1100 0 1011010 100011000 110 1010

Color Harmonies of #19171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19171A

Black with #19171A

Text Example


Text Example

White with #19171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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