Html Css Color HEX #1D1D01 Maire

📋 copy color: '#1D1D01'

red 29 ◦ green 29 ◦ blue 1

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

Shades of Maire #1D1D01

Tints of Maire #1D1D01

RGB

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

 GREEN value IS 29 (11.72% from 255) = 49.15%

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

R = 49.15%
G = 49.15%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.97

 K value IS 0.89

RGB Variations

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

Color information

#1D1D01 (or 0x1D1D01) is known color: Maire. HEX triplet: 1D, 1D and 01. RGB value is (29,29,1). Sum of RGB (Red+Green+Blue) = 29+29+1=59 (7% of max value = 765). Red value is 29 (11.72% from 255 or 49.15% from 59); Green value is 29 (11.72% from 255 or 49.15% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 29 - color contains mainly: red, green. Hex color #1D1D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1D01 is #E2E2FE. Grayscale: #191919. Windows color (decimal): -14869247 or 72989. OLE color: 72989.

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

Color convert

RGB 29 29 1 -
CMYK 0 0 0.97 0.89
HSL 60º 0.93% 0.06% -
HSV(B) 60º 0.97% 0.11% -
XYZ 0.95 1.14 0.2 -
YUV 25.81 114 130.28 -
System Red Green Blue C M Y K H S L
Decimal 29 29 1 0 0 0.97 0.89 60 0.93 0.06
Hex 1D 1D 1 0 0 61 59 3C 5D 6
Octal 35 35 1 0 0 141 131 74 135 6
Binary 11101 11101 1 0 0 1100001 1011001 111100 1011101 110

Color Harmonies of #1D1D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1D01

Black with #1D1D01

Text Example


Text Example

White with #1D1D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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