Html Css Color HEX #241F10 Maire

📋 copy color: '#241F10'

red 36 ◦ green 31 ◦ blue 16

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

Shades of Maire #241F10

Tints of Maire #241F10

RGB

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

 GREEN value IS 31 (12.5% from 255) = 37.35%

 BLUE value IS 16 (6.64% from 255) = 19.28%

R = 43.37%
G = 37.35%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.86

RGB Variations

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

Color information

#241F10 (or 0x241F10) is known color: Maire. HEX triplet: 24, 1F and 10. RGB value is (36,31,16). Sum of RGB (Red+Green+Blue) = 36+31+16=83 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.37% from 83); Green value is 31 (12.5% from 255 or 37.35% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 36 - color contains mainly: red. Hex color #241F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241F10 is #DBE0EF. Grayscale: #1E1E1E. Windows color (decimal): -14409968 or 1056548. OLE color: 1056548.

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

Color convert

RGB 36 31 16 -
CMYK 0 0.14 0.56 0.86
HSL 45º 0.38% 0.1% -
HSV(B) 45º 0.56% 0.14% -
XYZ 1.31 1.39 0.69 -
YUV 30.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 36 31 16 0 0.14 0.56 0.86 45 0.38 0.1
Hex 24 1F 10 0 E 38 56 2D 26 A
Octal 44 37 20 0 16 70 126 55 46 12
Binary 100100 11111 10000 0 1110 111000 1010110 101101 100110 1010

Color Harmonies of #241F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241F10

Black with #241F10

Text Example


Text Example

White with #241F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,31,16); }

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

background-color css

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

 a { background-color: rgb(36,31,16); }

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

border-color css

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

 span { border-color: rgb(36,31,16); }

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