#19131C

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

Shades of Blackcurrant #19131C

Tints of Blackcurrant #19131C

Color information

#19131C (or 0x19131C) is unknown color: approx Blackcurrant. HEX triplet: 19, 13 and 1C. RGB value is (25,19,28). Sum of RGB (Red+Green+Blue) = 25+19+28=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 28 - color contains mainly: blue. Hex color #19131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19131C is #E6ECE3. Grayscale: #151515. Windows color (decimal): -15133924 or 1839897. OLE color: 1839897.

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

Color convert

RGB251928-
CMYK0.110.3200.89
HSL280º19.15%9.22%-
HSV(B)280º32.14%10.98%-
XYZ0.840.761.2-
YUV21.82131.49130.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.72%
GREEN value IS 19 (7.81% from 255) = 26.39%
BLUE value IS 28 (11.33% from 255) = 38.89%
R=34.72%
G=26.39%
B=38.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2519280.110.3200.8928019.159.22
Hex19131CB20059118139
Octal312334134001314302311
Binary110011001111100101110000001011001100011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #19131C;
 }
 .AnyTagClassName
 {
   color: #19131C;
 }
</style>
background-color css

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

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

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

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

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

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