#190021

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

Shades of Blackcurrant #190021

Tints of Blackcurrant #190021

Color information

#190021 (or 0x190021) is unknown color: approx Blackcurrant. HEX triplet: 19, 00 and 21. RGB value is (25,0,33). Sum of RGB (Red+Green+Blue) = 25+0+33=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 33 (13.28% from 255 or 56.90% from 58); Max value from RGB is 33 - color contains mainly: blue. Hex color #190021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190021 is #E6FFDE. Grayscale: #0B0B0B. Windows color (decimal): -15138783 or 2162713. OLE color: 2162713.

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

Color convert

RGB25033-
CMYK0.24100.87
HSL285.45º100%6.47%-
HSV(B)285.45º100%12.94%-
XYZ0.680.321.46-
YUV11.24140.28137.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 43.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 33 (13.28% from 255) = 56.90%
R=43.10%
G=0%
B=56.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal250330.24100.87285.451006.47
Hex19021186405711d646
Octal310413014401274351446
Binary110010100001110001100100010101111000111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190021; }

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

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

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

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

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

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

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

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