#120715

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

Shades of Blackcurrant #120715

Tints of Blackcurrant #120715

Color information

#120715 (or 0x120715) is unknown color: approx Blackcurrant. HEX triplet: 12, 07 and 15. RGB value is (18,7,21). Sum of RGB (Red+Green+Blue) = 18+7+21=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 21 - color contains mainly: blue. Hex color #120715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120715 is #EDF8EA. Grayscale: #0B0B0B. Windows color (decimal): -15595755 or 1378066. OLE color: 1378066.

HSL color Cylindrical-coordinate representation of color #120715: hue angle of 287.14º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #120715 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB18721-
CMYK0.140.6700.92
HSL287.14º50%5.49%-
HSV(B)287.14º66.67%8.24%-
XYZ0.460.330.75-
YUV11.88133.14132.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 39.13%
GREEN value IS 7 (3.12% from 255) = 15.22%
BLUE value IS 21 (8.59% from 255) = 45.65%
R=39.13%
G=15.22%
B=45.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal187210.140.6700.92287.14505.49
Hex12715E4305C11f325
Octal22725161030134437625
Binary10010111101011110100001101011100100011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120715; }

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

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

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

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

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

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

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

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