#120219

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

Shades of Blackcurrant #120219

Tints of Blackcurrant #120219

Color information

#120219 (or 0x120219) is unknown color: approx Blackcurrant. HEX triplet: 12, 02 and 19. RGB value is (18,2,25). Sum of RGB (Red+Green+Blue) = 18+2+25=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 25 (10.16% from 255 or 55.56% from 45); Max value from RGB is 25 - color contains mainly: blue. Hex color #120219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120219 is #EDFDE6. Grayscale: #090909. Windows color (decimal): -15597031 or 1638930. OLE color: 1638930.

HSL color Cylindrical-coordinate representation of color #120219: hue angle of 281.74º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120219 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB18225-
CMYK0.280.9200.90
HSL281.74º85.19%5.29%-
HSV(B)281.74º92%9.8%-
XYZ0.450.240.94-
YUV9.41136.8134.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40%
GREEN value IS 2 (1.17% from 255) = 4.44%
BLUE value IS 25 (10.16% from 255) = 55.56%
R=40%
G=4.44%
B=55.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal182250.280.9200.90281.7485.195.29
Hex122191C5C05A11a555
Octal222313413401324321255
Binary100101011001111001011100010110101000110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120219; }

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

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

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

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

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

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

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

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