Html Css Color HEX #1D1E01 Maire

📋 copy color: '#1D1E01'

red 29 ◦ green 30 ◦ blue 1

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

Shades of Maire #1D1E01

Tints of Maire #1D1E01

RGB

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

 GREEN value IS 30 (12.11% from 255) = 50%

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

R = 48.33%
G = 50%
B = 1.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.88

RGB Variations

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

Color information

#1D1E01 (or 0x1D1E01) is known color: Maire. HEX triplet: 1D, 1E and 01. RGB value is (29,30,1). Sum of RGB (Red+Green+Blue) = 29+30+1=60 (7% of max value = 765). Red value is 29 (11.72% from 255 or 48.33% from 60); Green value is 30 (12.11% from 255 or 50% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 30 - color contains mainly: green. Hex color #1D1E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1E01 is #E2E1FE. Grayscale: #1A1A1A. Windows color (decimal): -14868991 or 73245. OLE color: 73245.

HSL color Cylindrical-coordinate representation of color #1D1E01: hue angle of 62.07º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D1E01 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB 29 30 1 -
CMYK 0.03 0 0.97 0.88
HSL 62.07º 0.94% 0.06% -
HSV(B) 62.07º 0.97% 0.12% -
XYZ 0.98 1.19 0.21 -
YUV 26.4 113.67 129.86 -
System Red Green Blue C M Y K H S L
Decimal 29 30 1 0.03 0 0.97 0.88 62.07 0.94 0.06
Hex 1D 1E 1 3 0 61 58 3E 5E 6
Octal 35 36 1 3 0 141 130 76 136 6
Binary 11101 11110 1 11 0 1100001 1011000 111110 1011110 110

Color Harmonies of #1D1E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1E01

Black with #1D1E01

Text Example


Text Example

White with #1D1E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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