#181205

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

Shades of Maire #181205

Tints of Maire #181205

Color information

#181205 (or 0x181205) is unknown color: approx Maire. HEX triplet: 18, 12 and 05. RGB value is (24,18,5). Sum of RGB (Red+Green+Blue) = 24+18+5=47 (6% of max value = 765). Red value is 24 (9.77% from 255 or 51.06% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 5 (2.34% from 255 or 10.64% from 47); Max value from RGB is 24 - color contains mainly: red. Hex color #181205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181205 is #E7EDFA. Grayscale: #121212. Windows color (decimal): -15199739 or 332312. OLE color: 332312.

HSL color Cylindrical-coordinate representation of color #181205: hue angle of 41.05º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #181205 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.91.

Color convert

RGB24185-
CMYK00.250.790.91
HSL41.05º65.52%5.69%-
HSV(B)41.05º79.17%9.41%-
XYZ0.620.640.23-
YUV18.31120.49132.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 51.06%
GREEN value IS 18 (7.42% from 255) = 38.30%
BLUE value IS 5 (2.34% from 255) = 10.64%
R=51.06%
G=38.30%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2418500.250.790.9141.0565.525.69
Hex181250194F5B29426
Octal30225031117133511026
Binary1100010010101011001100111110110111010011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181205; }

 p { color: rgb(24,18,5); }

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

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

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

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

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

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

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