#19121B

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

Shades of Blackcurrant #19121B

Tints of Blackcurrant #19121B

Color information

#19121B (or 0x19121B) is unknown color: approx Blackcurrant. HEX triplet: 19, 12 and 1B. RGB value is (25,18,27). Sum of RGB (Red+Green+Blue) = 25+18+27=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 27 - color contains mainly: blue. Hex color #19121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19121B is #E6EDE4. Grayscale: #151515. Windows color (decimal): -15134181 or 1774105. OLE color: 1774105.

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

Color convert

RGB251827-
CMYK0.070.3300.89
HSL286.67º20%8.82%-
HSV(B)286.67º33.33%10.59%-
XYZ0.820.721.13-
YUV21.12131.32130.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 35.71%
GREEN value IS 18 (7.42% from 255) = 25.71%
BLUE value IS 27 (10.94% from 255) = 38.57%
R=35.71%
G=25.71%
B=38.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2518270.070.3300.89286.67208.82
Hex19121B72105911f149
Octal31223374101314372411
Binary11001100101101111110000101011001100011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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