#121200

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

Shades of Maire #121200

Tints of Maire #121200

Color information

#121200 (or 0x121200) is unknown color: approx Maire. HEX triplet: 12, 12 and 00. RGB value is (18,18,0). Sum of RGB (Red+Green+Blue) = 18+18+0=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 18 (7.42% from 255 or 50% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 18 - color contains mainly: red, green. Hex color #121200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121200 is #EDEDFF. Grayscale: #101010. Windows color (decimal): -15592960 or 4626. OLE color: 4626.

HSL color Cylindrical-coordinate representation of color #121200: hue angle of 60º 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 #121200 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB18180-
CMYK0010.93
HSL60º100%3.53%-
HSV(B)60º100%7.06%-
XYZ0.470.560.08-
YUV15.95119129.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal181800010.93601003.53
Hex1212000645D3c644
Octal2222000144135741444
Binary1001010010000110010010111011111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121200; }

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

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

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

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

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

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

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

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