Html Css Color HEX #1F1D14 Maire

📋 copy color: '#1F1D14'

red 31 ◦ green 29 ◦ blue 20

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

Shades of Maire #1F1D14

Tints of Maire #1F1D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 25%

R = 38.75%
G = 36.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.88

RGB Variations

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

Color information

#1F1D14 (or 0x1F1D14) is known color: Maire. HEX triplet: 1F, 1D and 14. RGB value is (31,29,20). Sum of RGB (Red+Green+Blue) = 31+29+20=80 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.75% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 20 (8.20% from 255 or 25% from 80); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1D14 is #E0E2EB. Grayscale: #1C1C1C. Windows color (decimal): -14738156 or 1318175. OLE color: 1318175.

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

Color convert

RGB 31 29 20 -
CMYK 0 0.06 0.35 0.88
HSL 49.09º 0.22% 0.1% -
HSV(B) 49.09º 0.35% 0.12% -
XYZ 1.13 1.22 0.84 -
YUV 28.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 31 29 20 0 0.06 0.35 0.88 49.09 0.22 0.1
Hex 1F 1D 14 0 6 23 58 31 16 A
Octal 37 35 24 0 6 43 130 61 26 12
Binary 11111 11101 10100 0 110 100011 1011000 110001 10110 1010

Color Harmonies of #1F1D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1D14

Black with #1F1D14

Text Example


Text Example

White with #1F1D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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