Html Css Color HEX #1D1401 Maire

📋 copy color: '#1D1401'

red 29 ◦ green 20 ◦ blue 1

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

Shades of Maire #1D1401

Tints of Maire #1D1401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 40%

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

R = 58%
G = 40%
B = 2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.89

RGB Variations

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

Color information

#1D1401 (or 0x1D1401) is known color: Maire. HEX triplet: 1D, 14 and 01. RGB value is (29,20,1). Sum of RGB (Red+Green+Blue) = 29+20+1=50 (6% of max value = 765). Red value is 29 (11.72% from 255 or 58% from 50); Green value is 20 (8.20% from 255 or 40% from 50); Blue value is 1 (0.78% from 255 or 2% from 50); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1401 is #E2EBFE. Grayscale: #141414. Windows color (decimal): -14871551 or 70685. OLE color: 70685.

HSL color Cylindrical-coordinate representation of color #1D1401: hue angle of 40.71º 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 #1D1401 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 20 1 -
CMYK 0 0.31 0.97 0.89
HSL 40.71º 0.93% 0.06% -
HSV(B) 40.71º 0.97% 0.11% -
XYZ 0.76 0.76 0.14 -
YUV 20.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 29 20 1 0 0.31 0.97 0.89 40.71 0.93 0.06
Hex 1D 14 1 0 1F 61 59 29 5D 6
Octal 35 24 1 0 37 141 131 51 135 6
Binary 11101 10100 1 0 11111 1100001 1011001 101001 1011101 110

Color Harmonies of #1D1401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1401

Black with #1D1401

Text Example


Text Example

White with #1D1401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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