Html Css Color HEX #1D170B Maire

📋 copy color: '#1D170B'

red 29 ◦ green 23 ◦ blue 11

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

Shades of Maire #1D170B

Tints of Maire #1D170B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 36.51%

 BLUE value IS 11 (4.69% from 255) = 17.46%

R = 46.03%
G = 36.51%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.89

RGB Variations

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

Color information

#1D170B (or 0x1D170B) is known color: Maire. HEX triplet: 1D, 17 and 0B. RGB value is (29,23,11). Sum of RGB (Red+Green+Blue) = 29+23+11=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 23 (9.38% from 255 or 36.51% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 29 - color contains mainly: red. Hex color #1D170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D170B is #E2E8F4. Grayscale: #171717. Windows color (decimal): -14870773 or 726813. OLE color: 726813.

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

Color convert

RGB 29 23 11 -
CMYK 0 0.21 0.62 0.89
HSL 40º 0.45% 0.08% -
HSV(B) 40º 0.62% 0.11% -
XYZ 0.87 0.9 0.44 -
YUV 23.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 29 23 11 0 0.21 0.62 0.89 40 0.45 0.08
Hex 1D 17 B 0 15 3E 59 28 2D 8
Octal 35 27 13 0 25 76 131 50 55 10
Binary 11101 10111 1011 0 10101 111110 1011001 101000 101101 1000

Color Harmonies of #1D170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D170B

Black with #1D170B

Text Example


Text Example

White with #1D170B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,23,11); }

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

background-color css

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

 a { background-color: rgb(29,23,11); }

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

border-color css

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

 span { border-color: rgb(29,23,11); }

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