#121013

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

Shades of Blackcurrant #121013

Tints of Blackcurrant #121013

Color information

#121013 (or 0x121013) is unknown color: approx Blackcurrant. HEX triplet: 12, 10 and 13. RGB value is (18,16,19). Sum of RGB (Red+Green+Blue) = 18+16+19=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 19 - color contains mainly: blue. Hex color #121013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121013 is #EDEFEC. Grayscale: #101010. Windows color (decimal): -15593453 or 1249298. OLE color: 1249298.

HSL color Cylindrical-coordinate representation of color #121013: hue angle of 280º degrees, saturation: 0.09, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #121013 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB181619-
CMYK0.050.1600.93
HSL280º8.57%6.86%-
HSV(B)280º15.79%7.45%-
XYZ0.550.550.69-
YUV16.94129.16128.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.96%
GREEN value IS 16 (6.64% from 255) = 30.19%
BLUE value IS 19 (7.81% from 255) = 35.85%
R=33.96%
G=30.19%
B=35.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1816190.050.1600.932808.576.86
Hex12101351005D11897
Octal2220235200135430117
Binary10010100001001110110000010111011000110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121013; }

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

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

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

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

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

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

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

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