#120121

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

Shades of Blackcurrant #120121

Tints of Blackcurrant #120121

Color information

#120121 (or 0x120121) is unknown color: approx Blackcurrant. HEX triplet: 12, 01 and 21. RGB value is (18,1,33). Sum of RGB (Red+Green+Blue) = 18+1+33=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 1 (0.78% from 255 or 1.92% from 52); Blue value is 33 (13.28% from 255 or 63.46% from 52); Max value from RGB is 33 - color contains mainly: blue. Hex color #120121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120121 is #EDFEDE. Grayscale: #090909. Windows color (decimal): -15597279 or 2162962. OLE color: 2162962.

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

Color convert

RGB18133-
CMYK0.450.9700.87
HSL271.88º94.12%6.67%-
HSV(B)271.88º96.97%12.94%-
XYZ0.530.261.46-
YUV9.73141.13133.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 34.62%
GREEN value IS 1 (0.78% from 255) = 1.92%
BLUE value IS 33 (13.28% from 255) = 63.46%
R=34.62%
G=1.92%
B=63.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal181330.450.9700.87271.8894.126.67
Hex121212D610571105e7
Octal221415514101274201367
Binary1001011000011011011100001010101111000100001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120121; }

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

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

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

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

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

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

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

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