#19081E

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

Shades of Blackcurrant #19081E

Tints of Blackcurrant #19081E

Color information

#19081E (or 0x19081E) is unknown color: approx Blackcurrant. HEX triplet: 19, 08 and 1E. RGB value is (25,8,30). Sum of RGB (Red+Green+Blue) = 25+8+30=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #19081E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19081E is #E6F7E1. Grayscale: #0F0F0F. Windows color (decimal): -15136738 or 1968153. OLE color: 1968153.

HSL color Cylindrical-coordinate representation of color #19081E: hue angle of 286.36º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19081E is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB25830-
CMYK0.170.7300.88
HSL286.36º57.89%7.45%-
HSV(B)286.36º73.33%11.76%-
XYZ0.720.471.28-
YUV15.59136.13134.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 39.68%
GREEN value IS 8 (3.52% from 255) = 12.70%
BLUE value IS 30 (12.11% from 255) = 47.62%
R=39.68%
G=12.70%
B=47.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal258300.170.7300.88286.3657.897.45
Hex1981E114905811e3a7
Octal311036211110130436727
Binary1100110001111010001100100101011000100011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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