Html Css Color HEX #18180F Maire

📋 copy color: '#18180F'

red 24 ◦ green 24 ◦ blue 15

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

Shades of Maire #18180F

Tints of Maire #18180F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 23.81%

R = 38.1%
G = 38.1%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.91

RGB Variations

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

Color information

#18180F (or 0x18180F) is known color: Maire. HEX triplet: 18, 18 and 0F. RGB value is (24,24,15). Sum of RGB (Red+Green+Blue) = 24+24+15=63 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.10% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 24 - color contains mainly: red, green. Hex color #18180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18180F is #E7E7F0. Grayscale: #171717. Windows color (decimal): -15198193 or 989208. OLE color: 989208.

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

Color convert

RGB 24 24 15 -
CMYK 0 0 0.37 0.91
HSL 60º 0.23% 0.08% -
HSV(B) 60º 0.38% 0.09% -
XYZ 0.79 0.88 0.58 -
YUV 22.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 24 24 15 0 0 0.37 0.91 60 0.23 0.08
Hex 18 18 F 0 0 25 5B 3C 17 8
Octal 30 30 17 0 0 45 133 74 27 10
Binary 11000 11000 1111 0 0 100101 1011011 111100 10111 1000

Color Harmonies of #18180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18180F

Black with #18180F

Text Example


Text Example

White with #18180F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18180F; }

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

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

background-color css

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

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

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

border-color css

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

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

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