Html Css Color HEX #19131C Blackcurrant

📋 copy color: '#19131C'

red 25 ◦ green 19 ◦ blue 28

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

Shades of Blackcurrant #19131C

Tints of Blackcurrant #19131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 26.39%

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

R = 34.72%
G = 26.39%
B = 38.89%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#19131C (or 0x19131C) is known color: Blackcurrant. HEX triplet: 19, 13 and 1C. RGB value is (25,19,28). Sum of RGB (Red+Green+Blue) = 25+19+28=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 28 - color contains mainly: blue. Hex color #19131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19131C is #E6ECE3. Grayscale: #151515. Windows color (decimal): -15133924 or 1839897. OLE color: 1839897.

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

Color convert

RGB 25 19 28 -
CMYK 0.11 0.32 0 0.89
HSL 280º 0.19% 0.09% -
HSV(B) 280º 0.32% 0.11% -
XYZ 0.84 0.76 1.2 -
YUV 21.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 25 19 28 0.11 0.32 0 0.89 280 0.19 0.09
Hex 19 13 1C B 20 0 59 118 13 9
Octal 31 23 34 13 40 0 131 430 23 11
Binary 11001 10011 11100 1011 100000 0 1011001 100011000 10011 1001

Color Harmonies of #19131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19131C

Black with #19131C

Text Example


Text Example

White with #19131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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