Html Css Color HEX #241D05 Maire

📋 copy color: '#241D05'

red 36 ◦ green 29 ◦ blue 5

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

Shades of Maire #241D05

Tints of Maire #241D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 7.14%

R = 51.43%
G = 41.43%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.86

RGB Variations

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

Color information

#241D05 (or 0x241D05) is known color: Maire. HEX triplet: 24, 1D and 05. RGB value is (36,29,5). Sum of RGB (Red+Green+Blue) = 36+29+5=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 29 (11.72% from 255 or 41.43% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #241D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241D05 is #DBE2FA. Grayscale: #1C1C1C. Windows color (decimal): -14410491 or 335140. OLE color: 335140.

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

Color convert

RGB 36 29 5 -
CMYK 0 0.19 0.86 0.86
HSL 46.45º 0.76% 0.08% -
HSV(B) 46.45º 0.86% 0.14% -
XYZ 1.19 1.26 0.32 -
YUV 28.36 114.82 133.45 -
System Red Green Blue C M Y K H S L
Decimal 36 29 5 0 0.19 0.86 0.86 46.45 0.76 0.08
Hex 24 1D 5 0 13 56 56 2E 4C 8
Octal 44 35 5 0 23 126 126 56 114 10
Binary 100100 11101 101 0 10011 1010110 1010110 101110 1001100 1000

Color Harmonies of #241D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241D05

Black with #241D05

Text Example


Text Example

White with #241D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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