#120521

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

Shades of Blackcurrant #120521

Tints of Blackcurrant #120521

Color information

#120521 (or 0x120521) is unknown color: approx Blackcurrant. HEX triplet: 12, 05 and 21. RGB value is (18,5,33). Sum of RGB (Red+Green+Blue) = 18+5+33=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 33 (13.28% from 255 or 58.93% from 56); Max value from RGB is 33 - color contains mainly: blue. Hex color #120521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120521 is #EDFADE. Grayscale: #0B0B0B. Windows color (decimal): -15596255 or 2163986. OLE color: 2163986.

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

Color convert

RGB18533-
CMYK0.450.8500.87
HSL267.86º73.68%7.45%-
HSV(B)267.86º84.85%12.94%-
XYZ0.580.351.48-
YUV12.08139.81132.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.14%
GREEN value IS 5 (2.34% from 255) = 8.93%
BLUE value IS 33 (13.28% from 255) = 58.93%
R=32.14%
G=8.93%
B=58.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal185330.450.8500.87267.8673.687.45
Hex125212D5505710c4a7
Octal225415512501274141127
Binary100101011000011011011010101010101111000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120521; }

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

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

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

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

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

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

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

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