#191320

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

Shades of Blackcurrant #191320

Tints of Blackcurrant #191320

Color information

#191320 (or 0x191320) is unknown color: approx Blackcurrant. HEX triplet: 19, 13 and 20. RGB value is (25,19,32). Sum of RGB (Red+Green+Blue) = 25+19+32=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 32 (12.89% from 255 or 42.11% from 76); Max value from RGB is 32 - color contains mainly: blue. Hex color #191320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191320 is #E6ECDF. Grayscale: #161616. Windows color (decimal): -15133920 or 2102041. OLE color: 2102041.

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

Color convert

RGB251932-
CMYK0.220.4100.87
HSL267.69º25.49%10%-
HSV(B)267.69º40.62%12.55%-
XYZ0.890.781.47-
YUV22.28133.49129.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.89%
GREEN value IS 19 (7.81% from 255) = 25%
BLUE value IS 32 (12.89% from 255) = 42.11%
R=32.89%
G=25%
B=42.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2519320.220.4100.87267.6925.4910
Hex191320162905710c19a
Octal312340265101274143112
Binary11001100111000001011010100101010111100001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191320; }

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

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

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

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

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

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

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

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