#19121C

Color #19121C Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #19121C

Tints of Blackcurrant #19121C

Color information

#19121C (or 0x19121C) is unknown color: approx 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

RGB251828-
CMYK0.110.3600.89
HSL282º21.74%9.02%-
HSV(B)282º35.71%10.98%-
XYZ0.830.721.19-
YUV21.23131.82130.69-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2518280.110.3600.8928221.749.02
Hex19121CB2405911a169
Octal312234134401314322611
Binary110011001011100101110010001011001100011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>