Html Css Color HEX #1D1505 Maire

📋 copy color: '#1D1505'

red 29 ◦ green 21 ◦ blue 5

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

Shades of Maire #1D1505

Tints of Maire #1D1505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 9.09%

R = 52.73%
G = 38.18%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.89

RGB Variations

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

Color information

#1D1505 (or 0x1D1505) is known color: Maire. HEX triplet: 1D, 15 and 05. RGB value is (29,21,5). Sum of RGB (Red+Green+Blue) = 29+21+5=55 (7% of max value = 765). Red value is 29 (11.72% from 255 or 52.73% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1505 is #E2EAFA. Grayscale: #151515. Windows color (decimal): -14871291 or 333085. OLE color: 333085.

HSL color Cylindrical-coordinate representation of color #1D1505: hue angle of 40º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D1505 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 21 5 -
CMYK 0 0.28 0.83 0.89
HSL 40º 0.71% 0.07% -
HSV(B) 40º 0.83% 0.11% -
XYZ 0.8 0.81 0.26 -
YUV 21.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 29 21 5 0 0.28 0.83 0.89 40 0.71 0.07
Hex 1D 15 5 0 1C 53 59 28 47 7
Octal 35 25 5 0 34 123 131 50 107 7
Binary 11101 10101 101 0 11100 1010011 1011001 101000 1000111 111

Color Harmonies of #1D1505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1505

Black with #1D1505

Text Example


Text Example

White with #1D1505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,21,5); }

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

background-color css

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

 a { background-color: rgb(29,21,5); }

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

border-color css

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

 span { border-color: rgb(29,21,5); }

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