Html Css Color HEX #19121C Blackcurrant

📋 copy color: '#19121C'

red 25 ◦ green 18 ◦ blue 28

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

Shades of Blackcurrant #19121C

Tints of Blackcurrant #19121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25.35%

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

R = 35.21%
G = 25.35%
B = 39.44%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#19121C (or 0x19121C) is known color: Blackcurrant. HEX triplet: 19, 12 and 1C. RGB value is (25,18,28). Sum of RGB (Red+Green+Blue) = 25+18+28=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 28 - color contains mainly: blue. Hex color #19121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19121C is #E6EDE3. Grayscale: #151515. Windows color (decimal): -15134180 or 1839641. OLE color: 1839641.

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

Color convert

RGB 25 18 28 -
CMYK 0.11 0.36 0 0.89
HSL 282º 0.22% 0.09% -
HSV(B) 282º 0.36% 0.11% -
XYZ 0.83 0.72 1.19 -
YUV 21.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 25 18 28 0.11 0.36 0 0.89 282 0.22 0.09
Hex 19 12 1C B 24 0 59 11A 16 9
Octal 31 22 34 13 44 0 131 432 26 11
Binary 11001 10010 11100 1011 100100 0 1011001 100011010 10110 1001

Color Harmonies of #19121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19121C

Black with #19121C

Text Example


Text Example

White with #19121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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