#19021C

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

Shades of Blackcurrant #19021C

Tints of Blackcurrant #19021C

Color information

#19021C (or 0x19021C) is unknown color: approx Blackcurrant. HEX triplet: 19, 02 and 1C. RGB value is (25,2,28). Sum of RGB (Red+Green+Blue) = 25+2+28=55 (7% of max value = 765). Red value is 25 (10.16% from 255 or 45.45% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 28 (11.33% from 255 or 50.91% from 55); Max value from RGB is 28 - color contains mainly: blue. Hex color #19021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19021C is #E6FDE3. Grayscale: #0B0B0B. Windows color (decimal): -15138276 or 1835545. OLE color: 1835545.

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

Color convert

RGB25228-
CMYK0.110.9300.89
HSL293.08º86.67%5.88%-
HSV(B)293.08º92.86%10.98%-
XYZ0.630.331.13-
YUV11.84137.12137.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 45.45%
GREEN value IS 2 (1.17% from 255) = 3.64%
BLUE value IS 28 (11.33% from 255) = 50.91%
R=45.45%
G=3.64%
B=50.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal252280.110.9300.89293.0886.675.88
Hex1921CB5D059125576
Octal312341313501314451276
Binary11001101110010111011101010110011001001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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