#190521

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

Shades of Blackcurrant #190521

Tints of Blackcurrant #190521

Color information

#190521 (or 0x190521) is unknown color: approx Blackcurrant. HEX triplet: 19, 05 and 21. RGB value is (25,5,33). Sum of RGB (Red+Green+Blue) = 25+5+33=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 33 (13.28% from 255 or 52.38% from 63); Max value from RGB is 33 - color contains mainly: blue. Hex color #190521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190521 is #E6FADE. Grayscale: #0E0E0E. Windows color (decimal): -15137503 or 2163993. OLE color: 2163993.

HSL color Cylindrical-coordinate representation of color #190521: hue angle of 282.86º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #190521 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB25533-
CMYK0.240.8500.87
HSL282.86º73.68%7.45%-
HSV(B)282.86º84.85%12.94%-
XYZ0.730.431.48-
YUV14.17138.63135.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 39.68%
GREEN value IS 5 (2.34% from 255) = 7.94%
BLUE value IS 33 (13.28% from 255) = 52.38%
R=39.68%
G=7.94%
B=52.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal255330.240.8500.87282.8673.687.45
Hex19521185505711b4a7
Octal315413012501274331127
Binary11001101100001110001010101010101111000110111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190521; }

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

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

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

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

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

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

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

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