Html Css Color HEX #1D1301 Maire

📋 copy color: '#1D1301'

red 29 ◦ green 19 ◦ blue 1

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

Shades of Maire #1D1301

Tints of Maire #1D1301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 38.78%

 BLUE value IS 1 (0.78% from 255) = 2.04%

R = 59.18%
G = 38.78%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.89

RGB Variations

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

Color information

#1D1301 (or 0x1D1301) is known color: Maire. HEX triplet: 1D, 13 and 01. RGB value is (29,19,1). Sum of RGB (Red+Green+Blue) = 29+19+1=49 (6% of max value = 765). Red value is 29 (11.72% from 255 or 59.18% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1301 is #E2ECFE. Grayscale: #141414. Windows color (decimal): -14871807 or 70429. OLE color: 70429.

HSL color Cylindrical-coordinate representation of color #1D1301: hue angle of 38.57º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D1301 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 19 1 -
CMYK 0 0.34 0.97 0.89
HSL 38.57º 0.93% 0.06% -
HSV(B) 38.57º 0.97% 0.11% -
XYZ 0.75 0.73 0.13 -
YUV 19.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 29 19 1 0 0.34 0.97 0.89 38.57 0.93 0.06
Hex 1D 13 1 0 22 61 59 27 5D 6
Octal 35 23 1 0 42 141 131 47 135 6
Binary 11101 10011 1 0 100010 1100001 1011001 100111 1011101 110

Color Harmonies of #1D1301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1301

Black with #1D1301

Text Example


Text Example

White with #1D1301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,19,1); }

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

background-color css

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

 a { background-color: rgb(29,19,1); }

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

border-color css

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

 span { border-color: rgb(29,19,1); }

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