Html Css Color HEX #19041F Blackcurrant

📋 copy color: '#19041F'

red 25 ◦ green 4 ◦ blue 31

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

Shades of Blackcurrant #19041F

Tints of Blackcurrant #19041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.67%

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

R = 41.67%
G = 6.67%
B = 51.67%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#19041F (or 0x19041F) is known color: Blackcurrant. HEX triplet: 19, 04 and 1F. RGB value is (25,4,31). Sum of RGB (Red+Green+Blue) = 25+4+31=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #19041F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19041F is #E6FBE0. Grayscale: #0D0D0D. Windows color (decimal): -15137761 or 2032665. OLE color: 2032665.

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

Color convert

RGB 25 4 31 -
CMYK 0.19 0.87 0 0.88
HSL 286.67º 0.77% 0.07% -
HSV(B) 286.67º 0.87% 0.12% -
XYZ 0.69 0.39 1.34 -
YUV 13.36 137.96 136.3 -
System Red Green Blue C M Y K H S L
Decimal 25 4 31 0.19 0.87 0 0.88 286.67 0.77 0.07
Hex 19 4 1F 13 57 0 58 11F 4D 7
Octal 31 4 37 23 127 0 130 437 115 7
Binary 11001 100 11111 10011 1010111 0 1011000 100011111 1001101 111

Color Harmonies of #19041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19041F

Black with #19041F

Text Example


Text Example

White with #19041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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