Html Css Color HEX #19141F Blackcurrant

📋 copy color: '#19141F'

red 25 ◦ green 20 ◦ blue 31

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

Shades of Blackcurrant #19141F

Tints of Blackcurrant #19141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 26.32%

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

R = 32.89%
G = 26.32%
B = 40.79%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#19141F (or 0x19141F) is known color: Blackcurrant. HEX triplet: 19, 14 and 1F. RGB value is (25,20,31). Sum of RGB (Red+Green+Blue) = 25+20+31=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 31 (12.5% from 255 or 40.79% from 76); Max value from RGB is 31 - color contains mainly: blue. Hex color #19141F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19141F is #E6EBE0. Grayscale: #161616. Windows color (decimal): -15133665 or 2036761. OLE color: 2036761.

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

Color convert

RGB 25 20 31 -
CMYK 0.19 0.35 0 0.88
HSL 267.27º 0.22% 0.1% -
HSV(B) 267.27º 0.35% 0.12% -
XYZ 0.9 0.81 1.4 -
YUV 22.75 132.66 129.61 -
System Red Green Blue C M Y K H S L
Decimal 25 20 31 0.19 0.35 0 0.88 267.27 0.22 0.1
Hex 19 14 1F 13 23 0 58 10B 16 A
Octal 31 24 37 23 43 0 130 413 26 12
Binary 11001 10100 11111 10011 100011 0 1011000 100001011 10110 1010

Color Harmonies of #19141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19141F

Black with #19141F

Text Example


Text Example

White with #19141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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