#190221

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

Shades of Blackcurrant #190221

Tints of Blackcurrant #190221

Color information

#190221 (or 0x190221) is unknown color: approx Blackcurrant. HEX triplet: 19, 02 and 21. RGB value is (25,2,33). Sum of RGB (Red+Green+Blue) = 25+2+33=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 33 (13.28% from 255 or 55% from 60); Max value from RGB is 33 - color contains mainly: blue. Hex color #190221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190221 is #E6FDDE. Grayscale: #0C0C0C. Windows color (decimal): -15138271 or 2163225. OLE color: 2163225.

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

Color convert

RGB25233-
CMYK0.240.9400.87
HSL284.52º88.57%6.86%-
HSV(B)284.52º93.94%12.94%-
XYZ0.70.361.47-
YUV12.41139.62136.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 41.67%
GREEN value IS 2 (1.17% from 255) = 3.33%
BLUE value IS 33 (13.28% from 255) = 55%
R=41.67%
G=3.33%
B=55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal252330.240.9400.87284.5288.576.86
Hex19221185E05711d597
Octal312413013601274351317
Binary1100110100001110001011110010101111000111011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190221; }

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

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

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

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

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

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

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

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