#19092D

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

Shades of Blackcurrant #19092D

Tints of Blackcurrant #19092D

Color information

#19092D (or 0x19092D) is unknown color: approx Blackcurrant. HEX triplet: 19, 09 and 2D. RGB value is (25,9,45). Sum of RGB (Red+Green+Blue) = 25+9+45=79 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.65% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 45 (17.97% from 255 or 56.96% from 79); Max value from RGB is 45 - color contains mainly: blue. Hex color #19092D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19092D is #E6F6D2. Grayscale: #111111. Windows color (decimal): -15136467 or 2951449. OLE color: 2951449.

HSL color Cylindrical-coordinate representation of color #19092D: hue angle of 266.67º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19092D is Cyan = 0.44, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB25945-
CMYK0.440.800.82
HSL266.67º66.67%10.59%-
HSV(B)266.67º80%17.65%-
XYZ0.970.592.55-
YUV17.89143.3133.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 31.65%
GREEN value IS 9 (3.91% from 255) = 11.39%
BLUE value IS 45 (17.97% from 255) = 56.96%
R=31.65%
G=11.39%
B=56.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal259450.440.800.82266.6766.6710.59
Hex1992D2C5005210b43b
Octal31115554120012241310313
Binary11001100110110110110010100000101001010000101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19092D; }

 p { color: rgb(25,9,45); }

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

<style>
 a { background-color: #19092D; }

 a { background-color: rgb(25,9,45); }

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

<style>
 span { border-color: #19092D; }

 span { border-color: rgb(25,9,45); }

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