#120F15

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

Shades of Blackcurrant #120F15

Tints of Blackcurrant #120F15

Color information

#120F15 (or 0x120F15) is unknown color: approx Blackcurrant. HEX triplet: 12, 0F and 15. RGB value is (18,15,21). Sum of RGB (Red+Green+Blue) = 18+15+21=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 21 - color contains mainly: blue. Hex color #120F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F15 is #EDF0EA. Grayscale: #101010. Windows color (decimal): -15593707 or 1380114. OLE color: 1380114.

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

Color convert

RGB181521-
CMYK0.140.2900.92
HSL270º16.67%7.06%-
HSV(B)270º28.57%8.24%-
XYZ0.560.520.78-
YUV16.58130.49129.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.33%
GREEN value IS 15 (6.25% from 255) = 27.78%
BLUE value IS 21 (8.59% from 255) = 38.89%
R=33.33%
G=27.78%
B=38.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1815210.140.2900.9227016.677.06
Hex12F15E1D05C10e117
Octal22172516350134416217
Binary100101111101011110111010101110010000111010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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