#120214

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

Shades of Blackcurrant #120214

Tints of Blackcurrant #120214

Color information

#120214 (or 0x120214) is unknown color: approx Blackcurrant. HEX triplet: 12, 02 and 14. RGB value is (18,2,20). Sum of RGB (Red+Green+Blue) = 18+2+20=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #120214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120214 is #EDFDEB. Grayscale: #080808. Windows color (decimal): -15597036 or 1311250. OLE color: 1311250.

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

Color convert

RGB18220-
CMYK0.100.9000.92
HSL293.33º81.82%4.31%-
HSV(B)293.33º90%7.84%-
XYZ0.40.220.68-
YUV8.84134.3134.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 45%
GREEN value IS 2 (1.17% from 255) = 5%
BLUE value IS 20 (8.20% from 255) = 50%
R=45%
G=5%
B=50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal182200.100.9000.92293.3381.824.31
Hex12214A5A05C125524
Octal222241213201344451224
Binary10010101010010101011010010111001001001011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120214; }

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

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

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

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

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

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

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

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