#181308

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

Shades of Maire #181308

Tints of Maire #181308

Color information

#181308 (or 0x181308) is unknown color: approx Maire. HEX triplet: 18, 13 and 08. RGB value is (24,19,8). Sum of RGB (Red+Green+Blue) = 24+19+8=51 (6% of max value = 765). Red value is 24 (9.77% from 255 or 47.06% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 8 (3.52% from 255 or 15.69% from 51); Max value from RGB is 24 - color contains mainly: red. Hex color #181308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181308 is #E7ECF7. Grayscale: #131313. Windows color (decimal): -15199480 or 529176. OLE color: 529176.

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

Color convert

RGB24198-
CMYK00.210.670.91
HSL41.25º50%6.27%-
HSV(B)41.25º66.67%9.41%-
XYZ0.650.680.33-
YUV19.24121.66131.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 47.06%
GREEN value IS 19 (7.81% from 255) = 37.25%
BLUE value IS 8 (3.52% from 255) = 15.69%
R=47.06%
G=37.25%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2419800.210.670.9141.25506.27
Hex18138015435B29326
Octal30231002510313351626
Binary1100010011100001010110000111011011101001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181308; }

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

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

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

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

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

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

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

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