#120716

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

Shades of Blackcurrant #120716

Tints of Blackcurrant #120716

Color information

#120716 (or 0x120716) is unknown color: approx Blackcurrant. HEX triplet: 12, 07 and 16. RGB value is (18,7,22). Sum of RGB (Red+Green+Blue) = 18+7+22=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 7 (3.12% from 255 or 14.89% from 47); Blue value is 22 (8.98% from 255 or 46.81% from 47); Max value from RGB is 22 - color contains mainly: blue. Hex color #120716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120716 is #EDF8E9. Grayscale: #0B0B0B. Windows color (decimal): -15595754 or 1443602. OLE color: 1443602.

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

Color convert

RGB18722-
CMYK0.180.6800.91
HSL284º51.72%5.69%-
HSV(B)284º68.18%8.63%-
XYZ0.470.340.8-
YUV12133.64132.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 38.30%
GREEN value IS 7 (3.12% from 255) = 14.89%
BLUE value IS 22 (8.98% from 255) = 46.81%
R=38.30%
G=14.89%
B=46.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal187220.180.6800.9128451.725.69
Hex12716124405B11c346
Octal22726221040133434646
Binary100101111011010010100010001011011100011100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120716; }

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

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

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

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

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

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

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

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