#19082E

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

Shades of Blackcurrant #19082E

Tints of Blackcurrant #19082E

Color information

#19082E (or 0x19082E) is unknown color: approx Blackcurrant. HEX triplet: 19, 08 and 2E. RGB value is (25,8,46). Sum of RGB (Red+Green+Blue) = 25+8+46=79 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.65% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 46 (18.36% from 255 or 58.23% from 79); Max value from RGB is 46 - color contains mainly: blue. Hex color #19082E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19082E is #E6F7D1. Grayscale: #111111. Windows color (decimal): -15136722 or 3016729. OLE color: 3016729.

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

Color convert

RGB25846-
CMYK0.460.8300.82
HSL266.84º70.37%10.59%-
HSV(B)266.84º82.61%18.04%-
XYZ0.980.582.64-
YUV17.42144.13133.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 31.65%
GREEN value IS 8 (3.52% from 255) = 10.13%
BLUE value IS 46 (18.36% from 255) = 58.23%
R=31.65%
G=10.13%
B=58.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal258460.460.8300.82266.8470.3710.59
Hex1982E2E5305210b46b
Octal31105656123012241310613
Binary11001100010111010111010100110101001010000101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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