#18150F

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

Shades of Maire #18150F

Tints of Maire #18150F

Color information

#18150F (or 0x18150F) is unknown color: approx Maire. HEX triplet: 18, 15 and 0F. RGB value is (24,21,15). Sum of RGB (Red+Green+Blue) = 24+21+15=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 21 (8.59% from 255 or 35% from 60); Blue value is 15 (6.25% from 255 or 25% from 60); Max value from RGB is 24 - color contains mainly: red. Hex color #18150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18150F is #E7EAF0. Grayscale: #151515. Windows color (decimal): -15198961 or 988440. OLE color: 988440.

HSL color Cylindrical-coordinate representation of color #18150F: hue angle of 40º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #18150F is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB242115-
CMYK00.130.370.91
HSL40º23.08%7.65%-
HSV(B)40º37.5%9.41%-
XYZ0.730.770.56-
YUV21.21124.49129.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40%
GREEN value IS 21 (8.59% from 255) = 35%
BLUE value IS 15 (6.25% from 255) = 25%
R=40%
G=35%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24211500.130.370.914023.087.65
Hex1815F0D255B28178
Octal30251701545133502710
Binary11000101011111011011001011011011101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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