Html Css Color HEX #241F12 Maire

📋 copy color: '#241F12'

red 36 ◦ green 31 ◦ blue 18

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

Shades of Maire #241F12

Tints of Maire #241F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 21.18%

R = 42.35%
G = 36.47%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.5

 K value IS 0.86

RGB Variations

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

Color information

#241F12 (or 0x241F12) is known color: Maire. HEX triplet: 24, 1F and 12. RGB value is (36,31,18). Sum of RGB (Red+Green+Blue) = 36+31+18=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 36 - color contains mainly: red. Hex color #241F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241F12 is #DBE0ED. Grayscale: #1F1F1F. Windows color (decimal): -14409966 or 1187620. OLE color: 1187620.

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

Color convert

RGB 36 31 18 -
CMYK 0 0.14 0.5 0.86
HSL 43.33º 0.33% 0.11% -
HSV(B) 43.33º 0.5% 0.14% -
XYZ 1.33 1.4 0.77 -
YUV 31.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 36 31 18 0 0.14 0.5 0.86 43.33 0.33 0.11
Hex 24 1F 12 0 E 32 56 2B 21 B
Octal 44 37 22 0 16 62 126 53 41 13
Binary 100100 11111 10010 0 1110 110010 1010110 101011 100001 1011

Color Harmonies of #241F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241F12

Black with #241F12

Text Example


Text Example

White with #241F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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