Html Css Color HEX #19011F Blackcurrant

📋 copy color: '#19011F'

red 25 ◦ green 1 ◦ blue 31

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

Shades of Blackcurrant #19011F

Tints of Blackcurrant #19011F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.75%

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

R = 43.86%
G = 1.75%
B = 54.39%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#19011F (or 0x19011F) is known color: Blackcurrant. HEX triplet: 19, 01 and 1F. RGB value is (25,1,31). Sum of RGB (Red+Green+Blue) = 25+1+31=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #19011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19011F is #E6FEE0. Grayscale: #0B0B0B. Windows color (decimal): -15138529 or 2031897. OLE color: 2031897.

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

Color convert

RGB 25 1 31 -
CMYK 0.19 0.97 0 0.88
HSL 288º 0.94% 0.06% -
HSV(B) 288º 0.97% 0.12% -
XYZ 0.66 0.33 1.32 -
YUV 11.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 25 1 31 0.19 0.97 0 0.88 288 0.94 0.06
Hex 19 1 1F 13 61 0 58 120 5E 6
Octal 31 1 37 23 141 0 130 440 136 6
Binary 11001 1 11111 10011 1100001 0 1011000 100100000 1011110 110

Color Harmonies of #19011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19011F

Black with #19011F

Text Example


Text Example

White with #19011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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