Html Css Color HEX #1F1D01 Maire

📋 copy color: '#1F1D01'

red 31 ◦ green 29 ◦ blue 1

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

Shades of Maire #1F1D01

Tints of Maire #1F1D01

RGB

 RED value IS 31 (12.5% from 255) = 50.82%

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

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

R = 50.82%
G = 47.54%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.88

RGB Variations

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

Color information

#1F1D01 (or 0x1F1D01) is known color: Maire. HEX triplet: 1F, 1D and 01. RGB value is (31,29,1). Sum of RGB (Red+Green+Blue) = 31+29+1=61 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50.82% from 61); Green value is 29 (11.72% from 255 or 47.54% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1D01 is #E0E2FE. Grayscale: #1A1A1A. Windows color (decimal): -14738175 or 72991. OLE color: 72991.

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

Color convert

RGB 31 29 1 -
CMYK 0 0.06 0.97 0.88
HSL 56º 0.94% 0.06% -
HSV(B) 56º 0.97% 0.12% -
XYZ 1.01 1.17 0.2 -
YUV 26.41 113.66 131.28 -
System Red Green Blue C M Y K H S L
Decimal 31 29 1 0 0.06 0.97 0.88 56 0.94 0.06
Hex 1F 1D 1 0 6 61 58 38 5E 6
Octal 37 35 1 0 6 141 130 70 136 6
Binary 11111 11101 1 0 110 1100001 1011000 111000 1011110 110

Color Harmonies of #1F1D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1D01

Black with #1F1D01

Text Example


Text Example

White with #1F1D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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