#19072E

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

Shades of Blackcurrant #19072E

Tints of Blackcurrant #19072E

Color information

#19072E (or 0x19072E) is unknown color: approx Blackcurrant. HEX triplet: 19, 07 and 2E. RGB value is (25,7,46). Sum of RGB (Red+Green+Blue) = 25+7+46=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 46 (18.36% from 255 or 58.97% from 78); Max value from RGB is 46 - color contains mainly: blue. Hex color #19072E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19072E is #E6F8D1. Grayscale: #101010. Windows color (decimal): -15136978 or 3016473. OLE color: 3016473.

HSL color Cylindrical-coordinate representation of color #19072E: hue angle of 267.69º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19072E is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB25746-
CMYK0.460.8500.82
HSL267.69º73.58%10.39%-
HSV(B)267.69º84.78%18.04%-
XYZ0.970.562.64-
YUV16.83144.46133.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.05%
GREEN value IS 7 (3.12% from 255) = 8.97%
BLUE value IS 46 (18.36% from 255) = 58.97%
R=32.05%
G=8.97%
B=58.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal257460.460.8500.82267.6973.5810.39
Hex1972E2E5505210c4aa
Octal3175656125012241411212
Binary1100111110111010111010101010101001010000110010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,7,46); }

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

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

 a { background-color: rgb(25,7,46); }

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

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

 span { border-color: rgb(25,7,46); }

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