#19121D

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

Shades of Blackcurrant #19121D

Tints of Blackcurrant #19121D

Color information

#19121D (or 0x19121D) is unknown color: approx Blackcurrant. HEX triplet: 19, 12 and 1D. RGB value is (25,18,29). Sum of RGB (Red+Green+Blue) = 25+18+29=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 29 - color contains mainly: blue. Hex color #19121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19121D is #E6EDE2. Grayscale: #151515. Windows color (decimal): -15134179 or 1905177. OLE color: 1905177.

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

Color convert

RGB251829-
CMYK0.140.3800.89
HSL278.18º23.4%9.22%-
HSV(B)278.18º37.93%11.37%-
XYZ0.840.731.26-
YUV21.35132.32130.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.72%
GREEN value IS 18 (7.42% from 255) = 25%
BLUE value IS 29 (11.72% from 255) = 40.28%
R=34.72%
G=25%
B=40.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2518290.140.3800.89278.1823.49.22
Hex19121DE26059116179
Octal312235164601314262711
Binary110011001011101111010011001011001100010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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