Html Css Color HEX #19131F Blackcurrant

📋 copy color: '#19131F'

red 25 ◦ green 19 ◦ blue 31

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

Shades of Blackcurrant #19131F

Tints of Blackcurrant #19131F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 41.33%

R = 33.33%
G = 25.33%
B = 41.33%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#19131F (or 0x19131F) is known color: Blackcurrant. HEX triplet: 19, 13 and 1F. RGB value is (25,19,31). Sum of RGB (Red+Green+Blue) = 25+19+31=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 31 - color contains mainly: blue. Hex color #19131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19131F is #E6ECE0. Grayscale: #161616. Windows color (decimal): -15133921 or 2036505. OLE color: 2036505.

HSL color Cylindrical-coordinate representation of color #19131F: hue angle of 270º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #19131F is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 25 19 31 -
CMYK 0.19 0.39 0 0.88
HSL 270º 0.24% 0.1% -
HSV(B) 270º 0.39% 0.12% -
XYZ 0.88 0.77 1.4 -
YUV 22.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 25 19 31 0.19 0.39 0 0.88 270 0.24 0.1
Hex 19 13 1F 13 27 0 58 10E 18 A
Octal 31 23 37 23 47 0 130 416 30 12
Binary 11001 10011 11111 10011 100111 0 1011000 100001110 11000 1010

Color Harmonies of #19131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19131F

Black with #19131F

Text Example


Text Example

White with #19131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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