Html Css Color HEX #19131E Blackcurrant

📋 copy color: '#19131E'

red 25 ◦ green 19 ◦ blue 30

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

Shades of Blackcurrant #19131E

Tints of Blackcurrant #19131E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 40.54%

R = 33.78%
G = 25.68%
B = 40.54%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#19131E (or 0x19131E) is known color: Blackcurrant. HEX triplet: 19, 13 and 1E. RGB value is (25,19,30). Sum of RGB (Red+Green+Blue) = 25+19+30=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 30 - color contains mainly: blue. Hex color #19131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19131E is #E6ECE1. Grayscale: #161616. Windows color (decimal): -15133922 or 1970969. OLE color: 1970969.

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

Color convert

RGB 25 19 30 -
CMYK 0.17 0.37 0 0.88
HSL 272.73º 0.22% 0.1% -
HSV(B) 272.73º 0.37% 0.12% -
XYZ 0.87 0.77 1.33 -
YUV 22.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 25 19 30 0.17 0.37 0 0.88 272.73 0.22 0.1
Hex 19 13 1E 11 25 0 58 111 16 A
Octal 31 23 36 21 45 0 130 421 26 12
Binary 11001 10011 11110 10001 100101 0 1011000 100010001 10110 1010

Color Harmonies of #19131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19131E

Black with #19131E

Text Example


Text Example

White with #19131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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