Html Css Color HEX #241D0F Maire

📋 copy color: '#241D0F'

red 36 ◦ green 29 ◦ blue 15

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

Shades of Maire #241D0F

Tints of Maire #241D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 18.75%

R = 45%
G = 36.25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.86

RGB Variations

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

Color information

#241D0F (or 0x241D0F) is known color: Maire. HEX triplet: 24, 1D and 0F. RGB value is (36,29,15). Sum of RGB (Red+Green+Blue) = 36+29+15=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 36 - color contains mainly: red. Hex color #241D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241D0F is #DBE2F0. Grayscale: #1D1D1D. Windows color (decimal): -14410481 or 990500. OLE color: 990500.

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

Color convert

RGB 36 29 15 -
CMYK 0 0.19 0.58 0.86
HSL 40º 0.41% 0.1% -
HSV(B) 40º 0.58% 0.14% -
XYZ 1.25 1.29 0.63 -
YUV 29.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 36 29 15 0 0.19 0.58 0.86 40 0.41 0.1
Hex 24 1D F 0 13 3A 56 28 29 A
Octal 44 35 17 0 23 72 126 50 51 12
Binary 100100 11101 1111 0 10011 111010 1010110 101000 101001 1010

Color Harmonies of #241D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241D0F

Black with #241D0F

Text Example


Text Example

White with #241D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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