Html Css Color HEX #1D1C14 Maire

📋 copy color: '#1D1C14'

red 29 ◦ green 28 ◦ blue 20

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

Shades of Maire #1D1C14

Tints of Maire #1D1C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 25.97%

R = 37.66%
G = 36.36%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.89

RGB Variations

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

Color information

#1D1C14 (or 0x1D1C14) is known color: Maire. HEX triplet: 1D, 1C and 14. RGB value is (29,28,20). Sum of RGB (Red+Green+Blue) = 29+28+20=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 28 (11.33% from 255 or 36.36% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1C14 is #E2E3EB. Grayscale: #1B1B1B. Windows color (decimal): -14869484 or 1317917. OLE color: 1317917.

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

Color convert

RGB 29 28 20 -
CMYK 0 0.03 0.31 0.89
HSL 53.33º 0.18% 0.1% -
HSV(B) 53.33º 0.31% 0.11% -
XYZ 1.05 1.14 0.83 -
YUV 27.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 29 28 20 0 0.03 0.31 0.89 53.33 0.18 0.1
Hex 1D 1C 14 0 3 1F 59 35 12 A
Octal 35 34 24 0 3 37 131 65 22 12
Binary 11101 11100 10100 0 11 11111 1011001 110101 10010 1010

Color Harmonies of #1D1C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1C14

Black with #1D1C14

Text Example


Text Example

White with #1D1C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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