#120920

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

Shades of Blackcurrant #120920

Tints of Blackcurrant #120920

Color information

#120920 (or 0x120920) is unknown color: approx Blackcurrant. HEX triplet: 12, 09 and 20. RGB value is (18,9,32). Sum of RGB (Red+Green+Blue) = 18+9+32=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 32 (12.89% from 255 or 54.24% from 59); Max value from RGB is 32 - color contains mainly: blue. Hex color #120920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120920 is #EDF6DF. Grayscale: #0E0E0E. Windows color (decimal): -15595232 or 2099474. OLE color: 2099474.

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

Color convert

RGB18932-
CMYK0.440.7200.87
HSL263.48º56.1%8.04%-
HSV(B)263.48º71.88%12.55%-
XYZ0.610.431.42-
YUV14.31137.98130.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30.51%
GREEN value IS 9 (3.91% from 255) = 15.25%
BLUE value IS 32 (12.89% from 255) = 54.24%
R=30.51%
G=15.25%
B=54.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal189320.440.7200.87263.4856.18.04
Hex129202C48057107388
Octal2211405411001274077010
Binary1001010011000001011001001000010101111000001111110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120920; }

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

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

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

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

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

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

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

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