Html Css Color HEX #1D1C18 Maire

📋 copy color: '#1D1C18'

red 29 ◦ green 28 ◦ blue 24

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

Shades of Maire #1D1C18

Tints of Maire #1D1C18

RGB

 RED value IS 29 (11.72% from 255) = 35.8%

 GREEN value IS 28 (11.33% from 255) = 34.57%

 BLUE value IS 24 (9.77% from 255) = 29.63%

R = 35.8%
G = 34.57%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.89

RGB Variations

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

Color information

#1D1C18 (or 0x1D1C18) is known color: Maire. HEX triplet: 1D, 1C and 18. RGB value is (29,28,24). Sum of RGB (Red+Green+Blue) = 29+28+24=81 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.80% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1C18 is #E2E3E7. Grayscale: #1B1B1B. Windows color (decimal): -14869480 or 1580061. OLE color: 1580061.

HSL color Cylindrical-coordinate representation of color #1D1C18: hue angle of 48º degrees, saturation: 0.09, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #1D1C18 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 28 24 -
CMYK 0 0.03 0.17 0.89
HSL 48º 0.09% 0.1% -
HSV(B) 48º 0.17% 0.11% -
XYZ 1.09 1.16 1.03 -
YUV 27.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 29 28 24 0 0.03 0.17 0.89 48 0.09 0.1
Hex 1D 1C 18 0 3 11 59 30 9 A
Octal 35 34 30 0 3 21 131 60 11 12
Binary 11101 11100 11000 0 11 10001 1011001 110000 1001 1010

Color Harmonies of #1D1C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1C18

Black with #1D1C18

Text Example


Text Example

White with #1D1C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D1C18; }

 p { color: rgb(29,28,24); }

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

background-color css

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

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

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

border-color css

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

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

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