#121003

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

Shades of Maire #121003

Tints of Maire #121003

Color information

#121003 (or 0x121003) is unknown color: approx Maire. HEX triplet: 12, 10 and 03. RGB value is (18,16,3). Sum of RGB (Red+Green+Blue) = 18+16+3=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 16 (6.64% from 255 or 43.24% from 37); Blue value is 3 (1.56% from 255 or 8.11% from 37); Max value from RGB is 18 - color contains mainly: red. Hex color #121003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121003 is #EDEFFC. Grayscale: #0F0F0F. Windows color (decimal): -15593469 or 200722. OLE color: 200722.

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

Color convert

RGB18163-
CMYK00.110.830.93
HSL52º71.43%4.12%-
HSV(B)52º83.33%7.06%-
XYZ0.450.510.16-
YUV15.12121.16130.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 48.65%
GREEN value IS 16 (6.64% from 255) = 43.24%
BLUE value IS 3 (1.56% from 255) = 8.11%
R=48.65%
G=43.24%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.83
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1816300.110.830.935271.434.12
Hex121030B535D34474
Octal22203013123135641074
Binary10010100001101011101001110111011101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121003; }

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

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

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

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

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

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

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

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