#121300

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

Shades of Maire #121300

Tints of Maire #121300

Color information

#121300 (or 0x121300) is unknown color: approx Maire. HEX triplet: 12, 13 and 00. RGB value is (18,19,0). Sum of RGB (Red+Green+Blue) = 18+19+0=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 19 (7.81% from 255 or 51.35% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 19 - color contains mainly: green. Hex color #121300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121300 is #EDECFF. Grayscale: #101010. Windows color (decimal): -15592704 or 4882. OLE color: 4882.

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

Color convert

RGB18190-
CMYK0.05010.93
HSL63.16º100%3.73%-
HSV(B)63.16º100%7.45%-
XYZ0.480.590.09-
YUV16.53118.67129.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 48.65%
GREEN value IS 19 (7.81% from 255) = 51.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.65%
G=51.35%
B=0%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal181900.05010.9363.161003.73
Hex1213050645D3f644
Octal2223050144135771444
Binary100101001101010110010010111011111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121300; }

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

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

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

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

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

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

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

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