Html Css Color HEX #1D1609 Maire

📋 copy color: '#1D1609'

red 29 ◦ green 22 ◦ blue 9

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

Shades of Maire #1D1609

Tints of Maire #1D1609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 36.67%

 BLUE value IS 9 (3.91% from 255) = 15%

R = 48.33%
G = 36.67%
B = 15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.89

RGB Variations

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

Color information

#1D1609 (or 0x1D1609) is known color: Maire. HEX triplet: 1D, 16 and 09. RGB value is (29,22,9). Sum of RGB (Red+Green+Blue) = 29+22+9=60 (7% of max value = 765). Red value is 29 (11.72% from 255 or 48.33% from 60); Green value is 22 (8.98% from 255 or 36.67% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1609 is #E2E9F6. Grayscale: #161616. Windows color (decimal): -14871031 or 595485. OLE color: 595485.

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

Color convert

RGB 29 22 9 -
CMYK 0 0.24 0.69 0.89
HSL 39º 0.53% 0.07% -
HSV(B) 39º 0.69% 0.11% -
XYZ 0.84 0.85 0.38 -
YUV 22.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 29 22 9 0 0.24 0.69 0.89 39 0.53 0.07
Hex 1D 16 9 0 18 45 59 27 35 7
Octal 35 26 11 0 30 105 131 47 65 7
Binary 11101 10110 1001 0 11000 1000101 1011001 100111 110101 111

Color Harmonies of #1D1609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1609

Black with #1D1609

Text Example


Text Example

White with #1D1609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,22,9); }

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

background-color css

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

 a { background-color: rgb(29,22,9); }

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

border-color css

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

 span { border-color: rgb(29,22,9); }

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