Html Css Color HEX #19161C Blackcurrant

📋 copy color: '#19161C'

red 25 ◦ green 22 ◦ blue 28

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

Shades of Blackcurrant #19161C

Tints of Blackcurrant #19161C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 37.33%

R = 33.33%
G = 29.33%
B = 37.33%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#19161C (or 0x19161C) is known color: Blackcurrant. HEX triplet: 19, 16 and 1C. RGB value is (25,22,28). Sum of RGB (Red+Green+Blue) = 25+22+28=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 28 - color contains mainly: blue. Hex color #19161C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19161C is #E6E9E3. Grayscale: #171717. Windows color (decimal): -15133156 or 1840665. OLE color: 1840665.

HSL color Cylindrical-coordinate representation of color #19161C: hue angle of 270º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #19161C is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 25 22 28 -
CMYK 0.11 0.21 0 0.89
HSL 270º 0.12% 0.1% -
HSV(B) 270º 0.21% 0.11% -
XYZ 0.9 0.86 1.22 -
YUV 23.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 25 22 28 0.11 0.21 0 0.89 270 0.12 0.1
Hex 19 16 1C B 15 0 59 10E C A
Octal 31 26 34 13 25 0 131 416 14 12
Binary 11001 10110 11100 1011 10101 0 1011001 100001110 1100 1010

Color Harmonies of #19161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19161C

Black with #19161C

Text Example


Text Example

White with #19161C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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