Html Css Color HEX #241F00 Maire

📋 copy color: '#241F00'

red 36 ◦ green 31 ◦ blue 0

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

Shades of Maire #241F00

Tints of Maire #241F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.73%
G = 46.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#241F00 (or 0x241F00) is known color: Maire. HEX triplet: 24, 1F and 00. RGB value is (36,31,0). Sum of RGB (Red+Green+Blue) = 36+31+0=67 (8% of max value = 765). Red value is 36 (14.45% from 255 or 53.73% from 67); Green value is 31 (12.5% from 255 or 46.27% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 36 - color contains mainly: red. Hex color #241F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241F00 is #DBE0FF. Grayscale: #1D1D1D. Windows color (decimal): -14409984 or 7972. OLE color: 7972.

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

Color convert

RGB 36 31 0 -
CMYK 0 0.14 1 0.86
HSL 51.67º 1% 0.07% -
HSV(B) 51.67º 1% 0.14% -
XYZ 1.22 1.36 0.2 -
YUV 28.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 36 31 0 0 0.14 1 0.86 51.67 1 0.07
Hex 24 1F 0 0 E 64 56 34 64 7
Octal 44 37 0 0 16 144 126 64 144 7
Binary 100100 11111 0 0 1110 1100100 1010110 110100 1100100 111

Color Harmonies of #241F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241F00

Black with #241F00

Text Example


Text Example

White with #241F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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