Html Css Color HEX #18150F Maire

📋 copy color: '#18150F'

red 24 ◦ green 21 ◦ blue 15

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

Shades of Maire #18150F

Tints of Maire #18150F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 35%

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

R = 40%
G = 35%
B = 25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.91

RGB Variations

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

Color information

#18150F (or 0x18150F) is known color: Maire. HEX triplet: 18, 15 and 0F. RGB value is (24,21,15). Sum of RGB (Red+Green+Blue) = 24+21+15=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 21 (8.59% from 255 or 35% from 60); Blue value is 15 (6.25% from 255 or 25% from 60); Max value from RGB is 24 - color contains mainly: red. Hex color #18150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18150F is #E7EAF0. Grayscale: #151515. Windows color (decimal): -15198961 or 988440. OLE color: 988440.

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

Color convert

RGB 24 21 15 -
CMYK 0 0.13 0.37 0.91
HSL 40º 0.23% 0.08% -
HSV(B) 40º 0.38% 0.09% -
XYZ 0.73 0.77 0.56 -
YUV 21.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 24 21 15 0 0.13 0.37 0.91 40 0.23 0.08
Hex 18 15 F 0 D 25 5B 28 17 8
Octal 30 25 17 0 15 45 133 50 27 10
Binary 11000 10101 1111 0 1101 100101 1011011 101000 10111 1000

Color Harmonies of #18150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18150F

Black with #18150F

Text Example


Text Example

White with #18150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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