#120014

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

Shades of Blackcurrant #120014

Tints of Blackcurrant #120014

Color information

#120014 (or 0x120014) is unknown color: approx Blackcurrant. HEX triplet: 12, 00 and 14. RGB value is (18,0,20). Sum of RGB (Red+Green+Blue) = 18+0+20=38 (5% of max value = 765). Red value is 18 (7.42% from 255 or 47.37% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 20 (8.20% from 255 or 52.63% from 38); Max value from RGB is 20 - color contains mainly: blue. Hex color #120014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120014 is #EDFFEB. Grayscale: #070707. Windows color (decimal): -15597548 or 1310738. OLE color: 1310738.

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

Color convert

RGB18020-
CMYK0.10100.92
HSL294º100%3.92%-
HSV(B)294º100%7.84%-
XYZ0.380.180.68-
YUV7.66134.96135.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 47.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 52.63%
R=47.37%
G=0%
B=52.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal180200.10100.922941003.92
Hex12014A6405C126644
Octal220241214401344461444
Binary1001001010010101100100010111001001001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120014; }

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

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

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

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

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

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

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

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