#121015

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

Shades of Blackcurrant #121015

Tints of Blackcurrant #121015

Color information

#121015 (or 0x121015) is unknown color: approx Blackcurrant. HEX triplet: 12, 10 and 15. RGB value is (18,16,21). Sum of RGB (Red+Green+Blue) = 18+16+21=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 21 - color contains mainly: blue. Hex color #121015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121015 is #EDEFEA. Grayscale: #111111. Windows color (decimal): -15593451 or 1380370. OLE color: 1380370.

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

Color convert

RGB181621-
CMYK0.140.2400.92
HSL264º13.51%7.25%-
HSV(B)264º23.81%8.24%-
XYZ0.570.550.79-
YUV17.17130.16128.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.73%
GREEN value IS 16 (6.64% from 255) = 29.09%
BLUE value IS 21 (8.59% from 255) = 38.18%
R=32.73%
G=29.09%
B=38.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1816210.140.2400.9226413.517.25
Hex121015E1805C108e7
Octal22202516300134410167
Binary100101000010101111011000010111001000010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121015; }

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

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

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

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

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

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

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

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