Html Css Color HEX #19161A Blackcurrant

📋 copy color: '#19161A'

red 25 ◦ green 22 ◦ blue 26

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

Shades of Blackcurrant #19161A

Tints of Blackcurrant #19161A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 30.14%

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

R = 34.25%
G = 30.14%
B = 35.62%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#19161A (or 0x19161A) is known color: Blackcurrant. HEX triplet: 19, 16 and 1A. RGB value is (25,22,26). Sum of RGB (Red+Green+Blue) = 25+22+26=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 26 - color contains mainly: blue. Hex color #19161A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19161A is #E6E9E5. Grayscale: #171717. Windows color (decimal): -15133158 or 1709593. OLE color: 1709593.

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

Color convert

RGB 25 22 26 -
CMYK 0.04 0.15 0 0.90
HSL 285º 0.08% 0.09% -
HSV(B) 285º 0.15% 0.1% -
XYZ 0.87 0.86 1.1 -
YUV 23.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 25 22 26 0.04 0.15 0 0.90 285 0.08 0.09
Hex 19 16 1A 4 F 0 5A 11D 8 9
Octal 31 26 32 4 17 0 132 435 10 11
Binary 11001 10110 11010 100 1111 0 1011010 100011101 1000 1001

Color Harmonies of #19161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19161A

Black with #19161A

Text Example


Text Example

White with #19161A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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