#19082B

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

Shades of Blackcurrant #19082B

Tints of Blackcurrant #19082B

Color information

#19082B (or 0x19082B) is unknown color: approx Blackcurrant. HEX triplet: 19, 08 and 2B. RGB value is (25,8,43). Sum of RGB (Red+Green+Blue) = 25+8+43=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 43 (17.19% from 255 or 56.58% from 76); Max value from RGB is 43 - color contains mainly: blue. Hex color #19082B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19082B is #E6F7D4. Grayscale: #101010. Windows color (decimal): -15136725 or 2820121. OLE color: 2820121.

HSL color Cylindrical-coordinate representation of color #19082B: hue angle of 269.14º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19082B is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB25843-
CMYK0.420.8100.83
HSL269.14º68.63%10%-
HSV(B)269.14º81.4%16.86%-
XYZ0.920.552.34-
YUV17.07142.63133.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.89%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 43 (17.19% from 255) = 56.58%
R=32.89%
G=10.53%
B=56.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal258430.420.8100.83269.1468.6310
Hex1982B2A5105310d45a
Octal31105352121012341510512
Binary11001100010101110101010100010101001110000110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19082B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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