#120F14

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

Shades of Blackcurrant #120F14

Tints of Blackcurrant #120F14

Color information

#120F14 (or 0x120F14) is unknown color: approx Blackcurrant. HEX triplet: 12, 0F and 14. RGB value is (18,15,20). Sum of RGB (Red+Green+Blue) = 18+15+20=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 20 - color contains mainly: blue. Hex color #120F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F14 is #EDF0EB. Grayscale: #101010. Windows color (decimal): -15593708 or 1314578. OLE color: 1314578.

HSL color Cylindrical-coordinate representation of color #120F14: hue angle of 276º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #120F14 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB181520-
CMYK0.100.2500.92
HSL276º14.29%6.86%-
HSV(B)276º25%7.84%-
XYZ0.550.520.73-
YUV16.47129.99129.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.96%
GREEN value IS 15 (6.25% from 255) = 28.30%
BLUE value IS 20 (8.20% from 255) = 37.74%
R=33.96%
G=28.30%
B=37.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1815200.100.2500.9227614.296.86
Hex12F14A1905C114e7
Octal22172412310134424167
Binary10010111110100101011001010111001000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120F14; }

 p { color: rgb(18,15,20); }

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

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

 a { background-color: rgb(18,15,20); }

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

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

 span { border-color: rgb(18,15,20); }

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