#120416

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

Shades of Blackcurrant #120416

Tints of Blackcurrant #120416

Color information

#120416 (or 0x120416) is unknown color: approx Blackcurrant. HEX triplet: 12, 04 and 16. RGB value is (18,4,22). Sum of RGB (Red+Green+Blue) = 18+4+22=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 4 (1.95% from 255 or 9.09% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #120416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120416 is #EDFBE9. Grayscale: #0A0A0A. Windows color (decimal): -15596522 or 1442834. OLE color: 1442834.

HSL color Cylindrical-coordinate representation of color #120416: hue angle of 286.67º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #120416 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB18422-
CMYK0.180.8200.91
HSL286.67º69.23%5.1%-
HSV(B)286.67º81.82%8.63%-
XYZ0.440.270.79-
YUV10.24134.64133.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40.91%
GREEN value IS 4 (1.95% from 255) = 9.09%
BLUE value IS 22 (8.98% from 255) = 50%
R=40.91%
G=9.09%
B=50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal184220.180.8200.91286.6769.235.1
Hex12416125205B11f455
Octal224262212201334371055
Binary1001010010110100101010010010110111000111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120416; }

 p { color: rgb(18,4,22); }

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

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

 a { background-color: rgb(18,4,22); }

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

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

 span { border-color: rgb(18,4,22); }

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