#191020

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

Shades of Blackcurrant #191020

Tints of Blackcurrant #191020

Color information

#191020 (or 0x191020) is unknown color: approx Blackcurrant. HEX triplet: 19, 10 and 20. RGB value is (25,16,32). Sum of RGB (Red+Green+Blue) = 25+16+32=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 32 - color contains mainly: blue. Hex color #191020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191020 is #E6EFDF. Grayscale: #141414. Windows color (decimal): -15134688 or 2101273. OLE color: 2101273.

HSL color Cylindrical-coordinate representation of color #191020: hue angle of 273.75º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #191020 is Cyan = 0.22, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB251632-
CMYK0.220.500.87
HSL273.75º33.33%9.41%-
HSV(B)273.75º50%12.55%-
XYZ0.850.681.45-
YUV20.51134.48131.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.25%
GREEN value IS 16 (6.64% from 255) = 21.92%
BLUE value IS 32 (12.89% from 255) = 43.84%
R=34.25%
G=21.92%
B=43.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2516320.220.500.87273.7533.339.41
Hex1910201632057112219
Octal312040266201274224111
Binary110011000010000010110110010010101111000100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191020; }

 p { color: rgb(25,16,32); }

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

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

 a { background-color: rgb(25,16,32); }

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

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

 span { border-color: rgb(25,16,32); }

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