#19081C

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

Shades of Blackcurrant #19081C

Tints of Blackcurrant #19081C

Color information

#19081C (or 0x19081C) is unknown color: approx Blackcurrant. HEX triplet: 19, 08 and 1C. RGB value is (25,8,28). Sum of RGB (Red+Green+Blue) = 25+8+28=61 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.98% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 28 - color contains mainly: blue. Hex color #19081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19081C is #E6F7E3. Grayscale: #0F0F0F. Windows color (decimal): -15136740 or 1837081. OLE color: 1837081.

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

Color convert

RGB25828-
CMYK0.110.7100.89
HSL291º55.56%7.06%-
HSV(B)291º71.43%10.98%-
XYZ0.70.461.15-
YUV15.36135.13134.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 40.98%
GREEN value IS 8 (3.52% from 255) = 13.11%
BLUE value IS 28 (11.33% from 255) = 45.90%
R=40.98%
G=13.11%
B=45.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal258280.110.7100.8929155.567.06
Hex1981CB47059123387
Octal311034131070131443707
Binary110011000111001011100011101011001100100011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19081C; }

 p { color: rgb(25,8,28); }

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

<style>
 a { background-color: #19081C; }

 a { background-color: rgb(25,8,28); }

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

<style>
 span { border-color: #19081C; }

 span { border-color: rgb(25,8,28); }

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