Html Css Color HEX #241D0A Maire

📋 copy color: '#241D0A'

red 36 ◦ green 29 ◦ blue 10

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

Shades of Maire #241D0A

Tints of Maire #241D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 13.33%

R = 48%
G = 38.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.86

RGB Variations

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

Color information

#241D0A (or 0x241D0A) is known color: Maire. HEX triplet: 24, 1D and 0A. RGB value is (36,29,10). Sum of RGB (Red+Green+Blue) = 36+29+10=75 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48% from 75); Green value is 29 (11.72% from 255 or 38.67% from 75); Blue value is 10 (4.30% from 255 or 13.33% from 75); Max value from RGB is 36 - color contains mainly: red. Hex color #241D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241D0A is #DBE2F5. Grayscale: #1D1D1D. Windows color (decimal): -14410486 or 662820. OLE color: 662820.

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

Color convert

RGB 36 29 10 -
CMYK 0 0.19 0.72 0.86
HSL 43.85º 0.57% 0.09% -
HSV(B) 43.85º 0.72% 0.14% -
XYZ 1.22 1.28 0.47 -
YUV 28.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 36 29 10 0 0.19 0.72 0.86 43.85 0.57 0.09
Hex 24 1D A 0 13 48 56 2C 39 9
Octal 44 35 12 0 23 110 126 54 71 11
Binary 100100 11101 1010 0 10011 1001000 1010110 101100 111001 1001

Color Harmonies of #241D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241D0A

Black with #241D0A

Text Example


Text Example

White with #241D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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