#19101F

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

Shades of Blackcurrant #19101F

Tints of Blackcurrant #19101F

Color information

#19101F (or 0x19101F) is unknown color: approx Blackcurrant. HEX triplet: 19, 10 and 1F. RGB value is (25,16,31). Sum of RGB (Red+Green+Blue) = 25+16+31=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 31 (12.5% from 255 or 43.06% from 72); Max value from RGB is 31 - color contains mainly: blue. Hex color #19101F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19101F is #E6EFE0. Grayscale: #141414. Windows color (decimal): -15134689 or 2035737. OLE color: 2035737.

HSL color Cylindrical-coordinate representation of color #19101F: hue angle of 276º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #19101F is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB251631-
CMYK0.190.4800.88
HSL276º31.91%9.22%-
HSV(B)276º48.39%12.16%-
XYZ0.830.681.38-
YUV20.4133.98131.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.72%
GREEN value IS 16 (6.64% from 255) = 22.22%
BLUE value IS 31 (12.5% from 255) = 43.06%
R=34.72%
G=22.22%
B=43.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2516310.190.4800.8827631.919.22
Hex19101F1330058114209
Octal312037236001304244011
Binary11001100001111110011110000010110001000101001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19101F; }

 p { color: rgb(25,16,31); }

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

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

 a { background-color: rgb(25,16,31); }

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

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

 span { border-color: rgb(25,16,31); }

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