Html Css Color HEX #1D190D Maire

📋 copy color: '#1D190D'

red 29 ◦ green 25 ◦ blue 13

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

Shades of Maire #1D190D

Tints of Maire #1D190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 37.31%

 BLUE value IS 13 (5.47% from 255) = 19.4%

R = 43.28%
G = 37.31%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.89

RGB Variations

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

Color information

#1D190D (or 0x1D190D) is known color: Maire. HEX triplet: 1D, 19 and 0D. RGB value is (29,25,13). Sum of RGB (Red+Green+Blue) = 29+25+13=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 25 (10.16% from 255 or 37.31% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 29 - color contains mainly: red. Hex color #1D190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D190D is #E2E6F2. Grayscale: #181818. Windows color (decimal): -14870259 or 858397. OLE color: 858397.

HSL color Cylindrical-coordinate representation of color #1D190D: hue angle of 45º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D190D is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 25 13 -
CMYK 0 0.14 0.55 0.89
HSL 45º 0.38% 0.08% -
HSV(B) 45º 0.55% 0.11% -
XYZ 0.93 0.99 0.52 -
YUV 24.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 29 25 13 0 0.14 0.55 0.89 45 0.38 0.08
Hex 1D 19 D 0 E 37 59 2D 26 8
Octal 35 31 15 0 16 67 131 55 46 10
Binary 11101 11001 1101 0 1110 110111 1011001 101101 100110 1000

Color Harmonies of #1D190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D190D

Black with #1D190D

Text Example


Text Example

White with #1D190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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