#19161B

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

Shades of Blackcurrant #19161B

Tints of Blackcurrant #19161B

Color information

#19161B (or 0x19161B) is unknown color: approx Blackcurrant. HEX triplet: 19, 16 and 1B. RGB value is (25,22,27). Sum of RGB (Red+Green+Blue) = 25+22+27=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 27 - color contains mainly: blue. Hex color #19161B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19161B is #E6E9E4. Grayscale: #171717. Windows color (decimal): -15133157 or 1775129. OLE color: 1775129.

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

Color convert

RGB252227-
CMYK0.070.1900.89
HSL276º10.2%9.61%-
HSV(B)276º18.52%10.59%-
XYZ0.890.861.16-
YUV23.47129.99129.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 33.78%
GREEN value IS 22 (8.98% from 255) = 29.73%
BLUE value IS 27 (10.94% from 255) = 36.49%
R=33.78%
G=29.73%
B=36.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2522270.070.1900.8927610.29.61
Hex19161B713059114aa
Octal31263372301314241212
Binary110011011011011111100110101100110001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19161B; }

 p { color: rgb(25,22,27); }

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

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

 a { background-color: rgb(25,22,27); }

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

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

 span { border-color: rgb(25,22,27); }

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