Html Css Color HEX #181612 Maire

📋 copy color: '#181612'

red 24 ◦ green 22 ◦ blue 18

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

Shades of Maire #181612

Tints of Maire #181612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 34.38%

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

R = 37.5%
G = 34.38%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#181612 (or 0x181612) is known color: Maire. HEX triplet: 18, 16 and 12. RGB value is (24,22,18). Sum of RGB (Red+Green+Blue) = 24+22+18=64 (8% of max value = 765). Red value is 24 (9.77% from 255 or 37.5% from 64); Green value is 22 (8.98% from 255 or 34.38% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 24 - color contains mainly: red. Hex color #181612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181612 is #E7E9ED. Grayscale: #161616. Windows color (decimal): -15198702 or 1185304. OLE color: 1185304.

HSL color Cylindrical-coordinate representation of color #181612: hue angle of 40º 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 #181612 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 22 18 -
CMYK 0 0.08 0.25 0.91
HSL 40º 0.14% 0.08% -
HSV(B) 40º 0.25% 0.09% -
XYZ 0.77 0.81 0.69 -
YUV 22.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 24 22 18 0 0.08 0.25 0.91 40 0.14 0.08
Hex 18 16 12 0 8 19 5B 28 E 8
Octal 30 26 22 0 10 31 133 50 16 10
Binary 11000 10110 10010 0 1000 11001 1011011 101000 1110 1000

Color Harmonies of #181612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181612

Black with #181612

Text Example


Text Example

White with #181612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181612; }

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

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

background-color css

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

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

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

border-color css

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

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

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