#181500

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

Shades of Maire #181500

Tints of Maire #181500

Color information

#181500 (or 0x181500) is unknown color: approx Maire. HEX triplet: 18, 15 and 00. RGB value is (24,21,0). Sum of RGB (Red+Green+Blue) = 24+21+0=45 (5% of max value = 765). Red value is 24 (9.77% from 255 or 53.33% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 24 - color contains mainly: red. Hex color #181500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181500 is #E7EAFF. Grayscale: #131313. Windows color (decimal): -15198976 or 5400. OLE color: 5400.

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

Color convert

RGB24210-
CMYK00.1310.91
HSL52.5º100%4.71%-
HSV(B)52.5º100%9.41%-
XYZ0.640.730.11-
YUV19.5116.99131.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 53.33%
GREEN value IS 21 (8.59% from 255) = 46.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.33%
G=46.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2421000.1310.9152.51004.71
Hex181500D645B34645
Octal30250015144133641445
Binary1100010101001101110010010110111101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181500; }

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

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

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

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

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

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

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

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