Html Css Color HEX #19151C Blackcurrant

📋 copy color: '#19151C'

red 25 ◦ green 21 ◦ blue 28

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

Shades of Blackcurrant #19151C

Tints of Blackcurrant #19151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 37.84%

R = 33.78%
G = 28.38%
B = 37.84%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#19151C (or 0x19151C) is known color: Blackcurrant. HEX triplet: 19, 15 and 1C. RGB value is (25,21,28). Sum of RGB (Red+Green+Blue) = 25+21+28=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 28 - color contains mainly: blue. Hex color #19151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19151C is #E6EAE3. Grayscale: #161616. Windows color (decimal): -15133412 or 1840409. OLE color: 1840409.

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

Color convert

RGB 25 21 28 -
CMYK 0.11 0.25 0 0.89
HSL 274.29º 0.14% 0.1% -
HSV(B) 274.29º 0.25% 0.11% -
XYZ 0.88 0.83 1.21 -
YUV 22.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 25 21 28 0.11 0.25 0 0.89 274.29 0.14 0.1
Hex 19 15 1C B 19 0 59 112 E A
Octal 31 25 34 13 31 0 131 422 16 12
Binary 11001 10101 11100 1011 11001 0 1011001 100010010 1110 1010

Color Harmonies of #19151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19151C

Black with #19151C

Text Example


Text Example

White with #19151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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