#19121E

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

Shades of Blackcurrant #19121E

Tints of Blackcurrant #19121E

Color information

#19121E (or 0x19121E) is unknown color: approx Blackcurrant. HEX triplet: 19, 12 and 1E. RGB value is (25,18,30). Sum of RGB (Red+Green+Blue) = 25+18+30=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 30 - color contains mainly: blue. Hex color #19121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19121E is #E6EDE1. Grayscale: #151515. Windows color (decimal): -15134178 or 1970713. OLE color: 1970713.

HSL color Cylindrical-coordinate representation of color #19121E: hue angle of 275º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #19121E is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB251830-
CMYK0.170.4000.88
HSL275º25%9.41%-
HSV(B)275º40%11.76%-
XYZ0.850.731.32-
YUV21.46132.82130.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.25%
GREEN value IS 18 (7.42% from 255) = 24.66%
BLUE value IS 30 (12.11% from 255) = 41.10%
R=34.25%
G=24.66%
B=41.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2518300.170.4000.88275259.41
Hex19121E1128058113199
Octal312236215001304233111
Binary1100110010111101000110100001011000100010011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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