#121303

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

Shades of Maire #121303

Tints of Maire #121303

Color information

#121303 (or 0x121303) is unknown color: approx Maire. HEX triplet: 12, 13 and 03. RGB value is (18,19,3). Sum of RGB (Red+Green+Blue) = 18+19+3=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 19 (7.81% from 255 or 47.5% from 40); Blue value is 3 (1.56% from 255 or 7.5% from 40); Max value from RGB is 19 - color contains mainly: green. Hex color #121303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121303 is #EDECFC. Grayscale: #101010. Windows color (decimal): -15592701 or 201490. OLE color: 201490.

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

Color convert

RGB18193-
CMYK0.0500.840.93
HSL63.75º72.73%4.31%-
HSV(B)63.75º84.21%7.45%-
XYZ0.50.60.18-
YUV16.88120.17128.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 45%
GREEN value IS 19 (7.81% from 255) = 47.5%
BLUE value IS 3 (1.56% from 255) = 7.5%
R=45%
G=47.5%
B=7.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal181930.0500.840.9363.7572.734.31
Hex1213350545D40494
Octal22233501241351001114
Binary10010100111110101010100101110110000001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121303; }

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

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

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

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

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

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

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

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