#18150D

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

Shades of Maire #18150D

Tints of Maire #18150D

Color information

#18150D (or 0x18150D) is unknown color: approx Maire. HEX triplet: 18, 15 and 0D. RGB value is (24,21,13). Sum of RGB (Red+Green+Blue) = 24+21+13=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 24 - color contains mainly: red. Hex color #18150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18150D is #E7EAF2. Grayscale: #151515. Windows color (decimal): -15198963 or 857368. OLE color: 857368.

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

Color convert

RGB242113-
CMYK00.130.460.91
HSL43.64º29.73%7.25%-
HSV(B)43.64º45.83%9.41%-
XYZ0.720.760.49-
YUV20.98123.49130.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 41.38%
GREEN value IS 21 (8.59% from 255) = 36.21%
BLUE value IS 13 (5.47% from 255) = 22.41%
R=41.38%
G=36.21%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24211300.130.460.9143.6429.737.25
Hex1815D0D2E5B2c1e7
Octal3025150155613354367
Binary1100010101110101101101110101101110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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