Html Css Color HEX #19031F Blackcurrant

📋 copy color: '#19031F'

red 25 ◦ green 3 ◦ blue 31

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

Shades of Blackcurrant #19031F

Tints of Blackcurrant #19031F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.08%

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

R = 42.37%
G = 5.08%
B = 52.54%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#19031F (or 0x19031F) is known color: Blackcurrant. HEX triplet: 19, 03 and 1F. RGB value is (25,3,31). Sum of RGB (Red+Green+Blue) = 25+3+31=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #19031F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19031F is #E6FCE0. Grayscale: #0C0C0C. Windows color (decimal): -15138017 or 2032409. OLE color: 2032409.

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

Color convert

RGB 25 3 31 -
CMYK 0.19 0.90 0 0.88
HSL 287.14º 0.82% 0.07% -
HSV(B) 287.14º 0.9% 0.12% -
XYZ 0.68 0.37 1.33 -
YUV 12.77 138.29 136.72 -
System Red Green Blue C M Y K H S L
Decimal 25 3 31 0.19 0.90 0 0.88 287.14 0.82 0.07
Hex 19 3 1F 13 5A 0 58 11F 52 7
Octal 31 3 37 23 132 0 130 437 122 7
Binary 11001 11 11111 10011 1011010 0 1011000 100011111 1010010 111

Color Harmonies of #19031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19031F

Black with #19031F

Text Example


Text Example

White with #19031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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