Html Css Color HEX #1F1D15 Maire

📋 copy color: '#1F1D15'

red 31 ◦ green 29 ◦ blue 21

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

Shades of Maire #1F1D15

Tints of Maire #1F1D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 25.93%

R = 38.27%
G = 35.8%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.88

RGB Variations

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

Color information

#1F1D15 (or 0x1F1D15) is known color: Maire. HEX triplet: 1F, 1D and 15. RGB value is (31,29,21). Sum of RGB (Red+Green+Blue) = 31+29+21=81 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.27% from 81); Green value is 29 (11.72% from 255 or 35.80% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1D15 is #E0E2EA. Grayscale: #1C1C1C. Windows color (decimal): -14738155 or 1383711. OLE color: 1383711.

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

Color convert

RGB 31 29 21 -
CMYK 0 0.06 0.32 0.88
HSL 48º 0.19% 0.1% -
HSV(B) 48º 0.32% 0.12% -
XYZ 1.14 1.22 0.89 -
YUV 28.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 31 29 21 0 0.06 0.32 0.88 48 0.19 0.1
Hex 1F 1D 15 0 6 20 58 30 13 A
Octal 37 35 25 0 6 40 130 60 23 12
Binary 11111 11101 10101 0 110 100000 1011000 110000 10011 1010

Color Harmonies of #1F1D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1D15

Black with #1F1D15

Text Example


Text Example

White with #1F1D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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