#241F08

Color #241F08 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #241F08

Tints of Maire #241F08

Color information

#241F08 (or 0x241F08) is unknown color: approx Maire. HEX triplet: 24, 1F and 08. RGB value is (36,31,8). Sum of RGB (Red+Green+Blue) = 36+31+8=75 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 8 (3.52% from 255 or 10.67% from 75); Max value from RGB is 36 - color contains mainly: red. Hex color #241F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241F08 is #DBE0F7. Grayscale: #1D1D1D. Windows color (decimal): -14409976 or 532260. OLE color: 532260.

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

Color convert

RGB36318-
CMYK00.140.780.86
HSL49.29º63.64%8.63%-
HSV(B)49.29º77.78%14.12%-
XYZ1.261.370.43-
YUV29.87115.66132.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 48%
GREEN value IS 31 (12.5% from 255) = 41.33%
BLUE value IS 8 (3.52% from 255) = 10.67%
R=48%
G=41.33%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3631800.140.780.8649.2963.648.63
Hex241F80E4E5631409
Octal4437100161161266110011
Binary100100111111000011101001110101011011000110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #241F08;
 }
 .AnyTagClassName
 {
   color: #241F08;
 }
</style>
background-color css

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

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

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

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

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

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