#1F1D0D

Color #1F1D0D Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #1F1D0D

Tints of Maire #1F1D0D

Color information

#1F1D0D (or 0x1F1D0D) is unknown color: approx Maire. HEX triplet: 1F, 1D and 0D. RGB value is (31,29,13). Sum of RGB (Red+Green+Blue) = 31+29+13=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 29 (11.72% from 255 or 39.73% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1D0D is #E0E2F2. Grayscale: #1B1B1B. Windows color (decimal): -14738163 or 859423. OLE color: 859423.

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

Color convert

RGB312913-
CMYK00.060.580.88
HSL53.33º40.91%8.63%-
HSV(B)53.33º58.06%12.16%-
XYZ1.081.20.56-
YUV27.77119.66130.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 42.47%
GREEN value IS 29 (11.72% from 255) = 39.73%
BLUE value IS 13 (5.47% from 255) = 17.81%
R=42.47%
G=39.73%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31291300.060.580.8853.3340.918.63
Hex1F1DD063A5835299
Octal3735150672130655111
Binary11111111011101011011101010110001101011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F1D0D;
 }
 .AnyTagClassName
 {
   color: #1F1D0D;
 }
</style>
background-color css

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

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

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

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

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

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