Html Css Color HEX #18150D Maire

📋 copy color: '#18150D'

red 24 ◦ green 21 ◦ blue 13

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

Shades of Maire #18150D

Tints of Maire #18150D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 22.41%

R = 41.38%
G = 36.21%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.91

RGB Variations

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

Color information

#18150D (or 0x18150D) is known color: Maire. HEX triplet: 18, 15 and 0D. RGB value is (24,21,13). Sum of RGB (Red+Green+Blue) = 24+21+13=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 24 - color contains mainly: red. Hex color #18150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18150D is #E7EAF2. Grayscale: #151515. Windows color (decimal): -15198963 or 857368. OLE color: 857368.

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

Color convert

RGB 24 21 13 -
CMYK 0 0.13 0.46 0.91
HSL 43.64º 0.3% 0.07% -
HSV(B) 43.64º 0.46% 0.09% -
XYZ 0.72 0.76 0.49 -
YUV 20.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 24 21 13 0 0.13 0.46 0.91 43.64 0.3 0.07
Hex 18 15 D 0 D 2E 5B 2C 1E 7
Octal 30 25 15 0 15 56 133 54 36 7
Binary 11000 10101 1101 0 1101 101110 1011011 101100 11110 111

Color Harmonies of #18150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18150D

Black with #18150D

Text Example


Text Example

White with #18150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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