Html Css Color HEX #19101F Blackcurrant

📋 copy color: '#19101F'

red 25 ◦ green 16 ◦ blue 31

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

Shades of Blackcurrant #19101F

Tints of Blackcurrant #19101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.22%

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

R = 34.72%
G = 22.22%
B = 43.06%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#19101F (or 0x19101F) is known color: Blackcurrant. HEX triplet: 19, 10 and 1F. RGB value is (25,16,31). Sum of RGB (Red+Green+Blue) = 25+16+31=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 31 (12.5% from 255 or 43.06% from 72); Max value from RGB is 31 - color contains mainly: blue. Hex color #19101F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19101F is #E6EFE0. Grayscale: #141414. Windows color (decimal): -15134689 or 2035737. OLE color: 2035737.

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

Color convert

RGB 25 16 31 -
CMYK 0.19 0.48 0 0.88
HSL 276º 0.32% 0.09% -
HSV(B) 276º 0.48% 0.12% -
XYZ 0.83 0.68 1.38 -
YUV 20.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 25 16 31 0.19 0.48 0 0.88 276 0.32 0.09
Hex 19 10 1F 13 30 0 58 114 20 9
Octal 31 20 37 23 60 0 130 424 40 11
Binary 11001 10000 11111 10011 110000 0 1011000 100010100 100000 1001

Color Harmonies of #19101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19101F

Black with #19101F

Text Example


Text Example

White with #19101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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