#120224

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

Shades of Blackcurrant #120224

Tints of Blackcurrant #120224

Color information

#120224 (or 0x120224) is unknown color: approx Blackcurrant. HEX triplet: 12, 02 and 24. RGB value is (18,2,36). Sum of RGB (Red+Green+Blue) = 18+2+36=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 36 (14.45% from 255 or 64.29% from 56); Max value from RGB is 36 - color contains mainly: blue. Hex color #120224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120224 is #EDFDDB. Grayscale: #0A0A0A. Windows color (decimal): -15597020 or 2359826. OLE color: 2359826.

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

Color convert

RGB18236-
CMYK0.50.9400.86
HSL268.24º89.47%7.45%-
HSV(B)268.24º94.44%14.12%-
XYZ0.590.31.7-
YUV10.66142.3133.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.14%
GREEN value IS 2 (1.17% from 255) = 3.57%
BLUE value IS 36 (14.45% from 255) = 64.29%
R=32.14%
G=3.57%
B=64.29%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal182360.50.9400.86268.2489.477.45
Hex12224325E05610c597
Octal222446213601264141317
Binary10010101001001100101011110010101101000011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120224; }

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

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

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

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

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

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

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

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