#120120

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

Shades of Blackcurrant #120120

Tints of Blackcurrant #120120

Color information

#120120 (or 0x120120) is unknown color: approx Blackcurrant. HEX triplet: 12, 01 and 20. RGB value is (18,1,32). Sum of RGB (Red+Green+Blue) = 18+1+32=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 32 (12.89% from 255 or 62.75% from 51); Max value from RGB is 32 - color contains mainly: blue. Hex color #120120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120120 is #EDFEDF. Grayscale: #090909. Windows color (decimal): -15597280 or 2097426. OLE color: 2097426.

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

Color convert

RGB18132-
CMYK0.440.9700.87
HSL272.9º93.94%6.47%-
HSV(B)272.9º96.88%12.55%-
XYZ0.520.251.39-
YUV9.62140.63133.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 35.29%
GREEN value IS 1 (0.78% from 255) = 1.96%
BLUE value IS 32 (12.89% from 255) = 62.75%
R=35.29%
G=1.96%
B=62.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal181320.440.9700.87272.993.946.47
Hex121202C610571115e6
Octal221405414101274211366
Binary1001011000001011001100001010101111000100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120120; }

 p { color: rgb(18,1,32); }

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

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

 a { background-color: rgb(18,1,32); }

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

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

 span { border-color: rgb(18,1,32); }

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