Html Css Color HEX #18140D Maire

📋 copy color: '#18140D'

red 24 ◦ green 20 ◦ blue 13

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

Shades of Maire #18140D

Tints of Maire #18140D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 35.09%

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

R = 42.11%
G = 35.09%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.91

RGB Variations

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

Color information

#18140D (or 0x18140D) is known color: Maire. HEX triplet: 18, 14 and 0D. RGB value is (24,20,13). Sum of RGB (Red+Green+Blue) = 24+20+13=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 24 - color contains mainly: red. Hex color #18140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18140D is #E7EBF2. Grayscale: #141414. Windows color (decimal): -15199219 or 857112. OLE color: 857112.

HSL color Cylindrical-coordinate representation of color #18140D: hue angle of 38.18º 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 #18140D is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 20 13 -
CMYK 0 0.17 0.46 0.91
HSL 38.18º 0.3% 0.07% -
HSV(B) 38.18º 0.46% 0.09% -
XYZ 0.7 0.72 0.48 -
YUV 20.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 24 20 13 0 0.17 0.46 0.91 38.18 0.3 0.07
Hex 18 14 D 0 11 2E 5B 26 1E 7
Octal 30 24 15 0 21 56 133 46 36 7
Binary 11000 10100 1101 0 10001 101110 1011011 100110 11110 111

Color Harmonies of #18140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18140D

Black with #18140D

Text Example


Text Example

White with #18140D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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