Html Css Color HEX #181812 Maire

📋 copy color: '#181812'

red 24 ◦ green 24 ◦ blue 18

#181812
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #181812

Tints of Maire #181812

RGB

 RED value IS 24 (9.77% from 255) = 36.36%

 GREEN value IS 24 (9.77% from 255) = 36.36%

 BLUE value IS 18 (7.42% from 255) = 27.27%

R = 36.36%
G = 36.36%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#181812 (or 0x181812) is known color: Maire. HEX triplet: 18, 18 and 12. RGB value is (24,24,18). Sum of RGB (Red+Green+Blue) = 24+24+18=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 24 (9.77% from 255 or 36.36% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 24 - color contains mainly: red, green. Hex color #181812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181812 is #E7E7ED. Grayscale: #171717. Windows color (decimal): -15198190 or 1185816. OLE color: 1185816.

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

Color convert

RGB 24 24 18 -
CMYK 0 0 0.25 0.91
HSL 60º 0.14% 0.08% -
HSV(B) 60º 0.25% 0.09% -
XYZ 0.81 0.89 0.7 -
YUV 23.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 24 24 18 0 0 0.25 0.91 60 0.14 0.08
Hex 18 18 12 0 0 19 5B 3C E 8
Octal 30 30 22 0 0 31 133 74 16 10
Binary 11000 11000 10010 0 0 11001 1011011 111100 1110 1000

Color Harmonies of #181812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181812

Black with #181812

Text Example


Text Example

White with #181812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181812; }

 p { color: rgb(24,24,18); }

 H1.HeaderClassName
 {
   color: #181812;
 }
 .AnyTagClassName
 {
   color: #181812;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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