#19052C

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

Shades of Blackcurrant #19052C

Tints of Blackcurrant #19052C

Color information

#19052C (or 0x19052C) is unknown color: approx Blackcurrant. HEX triplet: 19, 05 and 2C. RGB value is (25,5,44). Sum of RGB (Red+Green+Blue) = 25+5+44=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 44 (17.58% from 255 or 59.46% from 74); Max value from RGB is 44 - color contains mainly: blue. Hex color #19052C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19052C is #E6FAD3. Grayscale: #0F0F0F. Windows color (decimal): -15137492 or 2884889. OLE color: 2884889.

HSL color Cylindrical-coordinate representation of color #19052C: hue angle of 270.77º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19052C is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB25544-
CMYK0.430.8900.83
HSL270.77º79.59%9.61%-
HSV(B)270.77º88.64%17.25%-
XYZ0.910.52.43-
YUV15.43144.13134.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 33.78%
GREEN value IS 5 (2.34% from 255) = 6.76%
BLUE value IS 44 (17.58% from 255) = 59.46%
R=33.78%
G=6.76%
B=59.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal255440.430.8900.83270.7779.599.61
Hex1952C2B5905310f50a
Octal3155453131012341712012
Binary1100110110110010101110110010101001110000111110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19052C; }

 p { color: rgb(25,5,44); }

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

<style>
 a { background-color: #19052C; }

 a { background-color: rgb(25,5,44); }

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

<style>
 span { border-color: #19052C; }

 span { border-color: rgb(25,5,44); }

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