Html Css Color HEX #241D0D Maire

📋 copy color: '#241D0D'

red 36 ◦ green 29 ◦ blue 13

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

Shades of Maire #241D0D

Tints of Maire #241D0D

RGB

 RED value IS 36 (14.45% from 255) = 46.15%

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

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

R = 46.15%
G = 37.18%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.86

RGB Variations

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

Color information

#241D0D (or 0x241D0D) is known color: Maire. HEX triplet: 24, 1D and 0D. RGB value is (36,29,13). Sum of RGB (Red+Green+Blue) = 36+29+13=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 36 - color contains mainly: red. Hex color #241D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241D0D is #DBE2F2. Grayscale: #1D1D1D. Windows color (decimal): -14410483 or 859428. OLE color: 859428.

HSL color Cylindrical-coordinate representation of color #241D0D: hue angle of 41.74º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #241D0D is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 29 13 -
CMYK 0 0.19 0.64 0.86
HSL 41.74º 0.47% 0.1% -
HSV(B) 41.74º 0.64% 0.14% -
XYZ 1.24 1.28 0.56 -
YUV 29.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 36 29 13 0 0.19 0.64 0.86 41.74 0.47 0.1
Hex 24 1D D 0 13 40 56 2A 2F A
Octal 44 35 15 0 23 100 126 52 57 12
Binary 100100 11101 1101 0 10011 1000000 1010110 101010 101111 1010

Color Harmonies of #241D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241D0D

Black with #241D0D

Text Example


Text Example

White with #241D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241D0D; }

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

 H1.HeaderClassName
 {
   color: #241D0D;
 }
 .AnyTagClassName
 {
   color: #241D0D;
 }
</style>

background-color css

<style>
 a { background-color: #241D0D; }

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

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

border-color css

<style>
 span { border-color: #241D0D; }

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

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