Html Css Color HEX #241F0F Maire

📋 copy color: '#241F0F'

red 36 ◦ green 31 ◦ blue 15

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

Shades of Maire #241F0F

Tints of Maire #241F0F

RGB

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

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

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

R = 43.9%
G = 37.8%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.86

RGB Variations

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

Color information

#241F0F (or 0x241F0F) is known color: Maire. HEX triplet: 24, 1F and 0F. RGB value is (36,31,15). Sum of RGB (Red+Green+Blue) = 36+31+15=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 36 - color contains mainly: red. Hex color #241F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241F0F is #DBE0F0. Grayscale: #1E1E1E. Windows color (decimal): -14409969 or 991012. OLE color: 991012.

HSL color Cylindrical-coordinate representation of color #241F0F: hue angle of 45.71º 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 #241F0F is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 31 15 -
CMYK 0 0.14 0.58 0.86
HSL 45.71º 0.41% 0.1% -
HSV(B) 45.71º 0.58% 0.14% -
XYZ 1.3 1.39 0.65 -
YUV 30.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 36 31 15 0 0.14 0.58 0.86 45.71 0.41 0.1
Hex 24 1F F 0 E 3A 56 2E 29 A
Octal 44 37 17 0 16 72 126 56 51 12
Binary 100100 11111 1111 0 1110 111010 1010110 101110 101001 1010

Color Harmonies of #241F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241F0F

Black with #241F0F

Text Example


Text Example

White with #241F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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