#120D15

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

Shades of Blackcurrant #120D15

Tints of Blackcurrant #120D15

Color information

#120D15 (or 0x120D15) is unknown color: approx Blackcurrant. HEX triplet: 12, 0D and 15. RGB value is (18,13,21). Sum of RGB (Red+Green+Blue) = 18+13+21=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 21 - color contains mainly: blue. Hex color #120D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D15 is #EDF2EA. Grayscale: #0F0F0F. Windows color (decimal): -15594219 or 1379602. OLE color: 1379602.

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

Color convert

RGB181321-
CMYK0.140.3800.92
HSL277.5º23.53%6.67%-
HSV(B)277.5º38.1%8.24%-
XYZ0.530.470.77-
YUV15.41131.16129.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 34.62%
GREEN value IS 13 (5.47% from 255) = 25%
BLUE value IS 21 (8.59% from 255) = 40.38%
R=34.62%
G=25%
B=40.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1813210.140.3800.92277.523.536.67
Hex12D15E2605C116187
Octal22152516460134426307
Binary1001011011010111101001100101110010001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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