Html Css Color HEX #1D1506 Maire

📋 copy color: '#1D1506'

red 29 ◦ green 21 ◦ blue 6

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

Shades of Maire #1D1506

Tints of Maire #1D1506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 10.71%

R = 51.79%
G = 37.5%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.89

RGB Variations

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

Color information

#1D1506 (or 0x1D1506) is known color: Maire. HEX triplet: 1D, 15 and 06. RGB value is (29,21,6). Sum of RGB (Red+Green+Blue) = 29+21+6=56 (7% of max value = 765). Red value is 29 (11.72% from 255 or 51.79% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1506 is #E2EAF9. Grayscale: #151515. Windows color (decimal): -14871290 or 398621. OLE color: 398621.

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

Color convert

RGB 29 21 6 -
CMYK 0 0.28 0.79 0.89
HSL 39.13º 0.66% 0.07% -
HSV(B) 39.13º 0.79% 0.11% -
XYZ 0.81 0.81 0.29 -
YUV 21.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 29 21 6 0 0.28 0.79 0.89 39.13 0.66 0.07
Hex 1D 15 6 0 1C 4F 59 27 42 7
Octal 35 25 6 0 34 117 131 47 102 7
Binary 11101 10101 110 0 11100 1001111 1011001 100111 1000010 111

Color Harmonies of #1D1506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1506

Black with #1D1506

Text Example


Text Example

White with #1D1506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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