Html Css Color HEX #19151D Blackcurrant

📋 copy color: '#19151D'

red 25 ◦ green 21 ◦ blue 29

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

Shades of Blackcurrant #19151D

Tints of Blackcurrant #19151D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 38.67%

R = 33.33%
G = 28%
B = 38.67%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#19151D (or 0x19151D) is known color: Blackcurrant. HEX triplet: 19, 15 and 1D. RGB value is (25,21,29). Sum of RGB (Red+Green+Blue) = 25+21+29=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 29 - color contains mainly: blue. Hex color #19151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19151D is #E6EAE2. Grayscale: #171717. Windows color (decimal): -15133411 or 1905945. OLE color: 1905945.

HSL color Cylindrical-coordinate representation of color #19151D: hue angle of 270º degrees, saturation: 0.16, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #19151D is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 25 21 29 -
CMYK 0.14 0.28 0 0.89
HSL 270º 0.16% 0.1% -
HSV(B) 270º 0.28% 0.11% -
XYZ 0.89 0.83 1.28 -
YUV 23.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 25 21 29 0.14 0.28 0 0.89 270 0.16 0.1
Hex 19 15 1D E 1C 0 59 10E 10 A
Octal 31 25 35 16 34 0 131 416 20 12
Binary 11001 10101 11101 1110 11100 0 1011001 100001110 10000 1010

Color Harmonies of #19151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19151D

Black with #19151D

Text Example


Text Example

White with #19151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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