#190536

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

Shades of Blackcurrant #190536

Tints of Blackcurrant #190536

Color information

#190536 (or 0x190536) is unknown color: approx Blackcurrant. HEX triplet: 19, 05 and 36. RGB value is (25,5,54). Sum of RGB (Red+Green+Blue) = 25+5+54=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 54 (21.48% from 255 or 64.29% from 84); Max value from RGB is 54 - color contains mainly: blue. Hex color #190536 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190536 is #E6FAC9. Grayscale: #101010. Windows color (decimal): -15137482 or 3540249. OLE color: 3540249.

HSL color Cylindrical-coordinate representation of color #190536: hue angle of 264.49º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #190536 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB25554-
CMYK0.540.9100.79
HSL264.49º83.05%11.57%-
HSV(B)264.49º90.74%21.18%-
XYZ1.120.583.54-
YUV16.57149.13134.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.76%
GREEN value IS 5 (2.34% from 255) = 5.95%
BLUE value IS 54 (21.48% from 255) = 64.29%
R=29.76%
G=5.95%
B=64.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal255540.540.9100.79264.4983.0511.57
Hex19536365B04F10853c
Octal3156666133011741012314
Binary1100110111011011011010110110100111110000100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190536; }

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

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

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

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

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

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

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

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