Html Css Color HEX #19151F Blackcurrant

📋 copy color: '#19151F'

red 25 ◦ green 21 ◦ blue 31

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

Shades of Blackcurrant #19151F

Tints of Blackcurrant #19151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 27.27%

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

R = 32.47%
G = 27.27%
B = 40.26%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#19151F (or 0x19151F) is known color: Blackcurrant. HEX triplet: 19, 15 and 1F. RGB value is (25,21,31). Sum of RGB (Red+Green+Blue) = 25+21+31=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 31 - color contains mainly: blue. Hex color #19151F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19151F is #E6EAE0. Grayscale: #171717. Windows color (decimal): -15133409 or 2037017. OLE color: 2037017.

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

Color convert

RGB 25 21 31 -
CMYK 0.19 0.32 0 0.88
HSL 264º 0.19% 0.1% -
HSV(B) 264º 0.32% 0.12% -
XYZ 0.92 0.84 1.41 -
YUV 23.34 132.33 129.19 -
System Red Green Blue C M Y K H S L
Decimal 25 21 31 0.19 0.32 0 0.88 264 0.19 0.1
Hex 19 15 1F 13 20 0 58 108 13 A
Octal 31 25 37 23 40 0 130 410 23 12
Binary 11001 10101 11111 10011 100000 0 1011000 100001000 10011 1010

Color Harmonies of #19151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19151F

Black with #19151F

Text Example


Text Example

White with #19151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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