#18130A

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

Shades of Maire #18130A

Tints of Maire #18130A

Color information

#18130A (or 0x18130A) is unknown color: approx Maire. HEX triplet: 18, 13 and 0A. RGB value is (24,19,10). Sum of RGB (Red+Green+Blue) = 24+19+10=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 24 - color contains mainly: red. Hex color #18130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18130A is #E7ECF5. Grayscale: #131313. Windows color (decimal): -15199478 or 660248. OLE color: 660248.

HSL color Cylindrical-coordinate representation of color #18130A: hue angle of 38.57º 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 #18130A is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.91.

Color convert

RGB241910-
CMYK00.210.580.91
HSL38.57º41.18%6.67%-
HSV(B)38.57º58.33%9.41%-
XYZ0.660.680.38-
YUV19.47122.66131.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 45.28%
GREEN value IS 19 (7.81% from 255) = 35.85%
BLUE value IS 10 (4.30% from 255) = 18.87%
R=45.28%
G=35.85%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24191000.210.580.9138.5741.186.67
Hex1813A0153A5B27297
Octal3023120257213347517
Binary110001001110100101011110101011011100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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