#190220

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

Shades of Blackcurrant #190220

Tints of Blackcurrant #190220

Color information

#190220 (or 0x190220) is unknown color: approx Blackcurrant. HEX triplet: 19, 02 and 20. RGB value is (25,2,32). Sum of RGB (Red+Green+Blue) = 25+2+32=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 32 (12.89% from 255 or 54.24% from 59); Max value from RGB is 32 - color contains mainly: blue. Hex color #190220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190220 is #E6FDDF. Grayscale: #0C0C0C. Windows color (decimal): -15138272 or 2097689. OLE color: 2097689.

HSL color Cylindrical-coordinate representation of color #190220: hue angle of 286º degrees, saturation: 0.88, 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 #190220 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB25232-
CMYK0.220.9400.87
HSL286º88.24%6.67%-
HSV(B)286º93.75%12.55%-
XYZ0.680.351.4-
YUV12.3139.12137.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 42.37%
GREEN value IS 2 (1.17% from 255) = 3.39%
BLUE value IS 32 (12.89% from 255) = 54.24%
R=42.37%
G=3.39%
B=54.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal252320.220.9400.8728688.246.67
Hex19220165E05711e587
Octal312402613601274361307
Binary1100110100000101101011110010101111000111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190220; }

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

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

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

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

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

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

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

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