#18150A

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

Shades of Maire #18150A

Tints of Maire #18150A

Color information

#18150A (or 0x18150A) is unknown color: approx Maire. HEX triplet: 18, 15 and 0A. RGB value is (24,21,10). Sum of RGB (Red+Green+Blue) = 24+21+10=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 24 - color contains mainly: red. Hex color #18150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18150A is #E7EAF5. Grayscale: #141414. Windows color (decimal): -15198966 or 660760. OLE color: 660760.

HSL color Cylindrical-coordinate representation of color #18150A: hue angle of 47.14º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #18150A is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.91.

Color convert

RGB242110-
CMYK00.130.580.91
HSL47.14º41.18%6.67%-
HSV(B)47.14º58.33%9.41%-
XYZ0.70.750.4-
YUV20.64121.99130.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 43.64%
GREEN value IS 21 (8.59% from 255) = 38.18%
BLUE value IS 10 (4.30% from 255) = 18.18%
R=43.64%
G=38.18%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24211000.130.580.9147.1441.186.67
Hex1815A0D3A5B2f297
Octal3025120157213357517
Binary11000101011010011011110101011011101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18150A; }

 p { color: rgb(24,21,10); }

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

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

 a { background-color: rgb(24,21,10); }

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

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

 span { border-color: rgb(24,21,10); }

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