#121014

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

Shades of Blackcurrant #121014

Tints of Blackcurrant #121014

Color information

#121014 (or 0x121014) is unknown color: approx Blackcurrant. HEX triplet: 12, 10 and 14. RGB value is (18,16,20). Sum of RGB (Red+Green+Blue) = 18+16+20=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 20 - color contains mainly: blue. Hex color #121014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121014 is #EDEFEB. Grayscale: #111111. Windows color (decimal): -15593452 or 1314834. OLE color: 1314834.

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

Color convert

RGB181620-
CMYK0.100.2000.92
HSL270º11.11%7.06%-
HSV(B)270º20%7.84%-
XYZ0.560.550.74-
YUV17.05129.66128.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.33%
GREEN value IS 16 (6.64% from 255) = 29.63%
BLUE value IS 20 (8.20% from 255) = 37.04%
R=33.33%
G=29.63%
B=37.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1816200.100.2000.9227011.117.06
Hex121014A1405C10eb7
Octal22202412240134416137
Binary100101000010100101010100010111001000011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121014; }

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

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

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

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

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

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

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

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