#120115

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

Shades of Blackcurrant #120115

Tints of Blackcurrant #120115

Color information

#120115 (or 0x120115) is unknown color: approx Blackcurrant. HEX triplet: 12, 01 and 15. RGB value is (18,1,21). Sum of RGB (Red+Green+Blue) = 18+1+21=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 21 (8.59% from 255 or 52.5% from 40); Max value from RGB is 21 - color contains mainly: blue. Hex color #120115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120115 is #EDFEEA. Grayscale: #080808. Windows color (decimal): -15597291 or 1376530. OLE color: 1376530.

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

Color convert

RGB18121-
CMYK0.140.9500.92
HSL291º90.91%4.31%-
HSV(B)291º95.24%8.24%-
XYZ0.40.20.73-
YUV8.36135.13134.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 45%
GREEN value IS 1 (0.78% from 255) = 2.5%
BLUE value IS 21 (8.59% from 255) = 52.5%
R=45%
G=2.5%
B=52.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal181210.140.9500.9229190.914.31
Hex12115E5F05C1235b4
Octal221251613701344431334
Binary1001011010111101011111010111001001000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120115; }

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

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

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

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

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

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

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

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