#181306

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

Shades of Maire #181306

Tints of Maire #181306

Color information

#181306 (or 0x181306) is unknown color: approx Maire. HEX triplet: 18, 13 and 06. RGB value is (24,19,6). Sum of RGB (Red+Green+Blue) = 24+19+6=49 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48.98% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 6 (2.73% from 255 or 12.24% from 49); Max value from RGB is 24 - color contains mainly: red. Hex color #181306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181306 is #E7ECF9. Grayscale: #131313. Windows color (decimal): -15199482 or 398104. OLE color: 398104.

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

Color convert

RGB24196-
CMYK00.210.750.91
HSL43.33º60%5.88%-
HSV(B)43.33º75%9.41%-
XYZ0.640.670.27-
YUV19.01120.66131.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 48.98%
GREEN value IS 19 (7.81% from 255) = 38.78%
BLUE value IS 6 (2.73% from 255) = 12.24%
R=48.98%
G=38.78%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2419600.210.750.9143.33605.88
Hex181360154B5B2b3c6
Octal3023602511313353746
Binary110001001111001010110010111011011101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181306; }

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

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

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

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

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

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

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

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