#19151C

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

Shades of Blackcurrant #19151C

Tints of Blackcurrant #19151C

Color information

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

RGB252128-
CMYK0.110.2500.89
HSL274.29º14.29%9.61%-
HSV(B)274.29º25%10.98%-
XYZ0.880.831.21-
YUV22.99130.83129.43-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2521280.110.2500.89274.2914.299.61
Hex19151CB19059112ea
Octal312534133101314221612
Binary1100110101111001011110010101100110001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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