Html Css Color HEX #1D1507 Maire

📋 copy color: '#1D1507'

red 29 ◦ green 21 ◦ blue 7

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

Shades of Maire #1D1507

Tints of Maire #1D1507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 12.28%

R = 50.88%
G = 36.84%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.89

RGB Variations

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

Color information

#1D1507 (or 0x1D1507) is known color: Maire. HEX triplet: 1D, 15 and 07. RGB value is (29,21,7). Sum of RGB (Red+Green+Blue) = 29+21+7=57 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50.88% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 7 (3.12% from 255 or 12.28% from 57); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1507 is #E2EAF8. Grayscale: #151515. Windows color (decimal): -14871289 or 464157. OLE color: 464157.

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

Color convert

RGB 29 21 7 -
CMYK 0 0.28 0.76 0.89
HSL 38.18º 0.61% 0.07% -
HSV(B) 38.18º 0.76% 0.11% -
XYZ 0.81 0.81 0.32 -
YUV 21.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 29 21 7 0 0.28 0.76 0.89 38.18 0.61 0.07
Hex 1D 15 7 0 1C 4C 59 26 3D 7
Octal 35 25 7 0 34 114 131 46 75 7
Binary 11101 10101 111 0 11100 1001100 1011001 100110 111101 111

Color Harmonies of #1D1507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1507

Black with #1D1507

Text Example


Text Example

White with #1D1507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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