#242008

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

Shades of Maire #242008

Tints of Maire #242008

Color information

#242008 (or 0x242008) is unknown color: approx Maire. HEX triplet: 24, 20 and 08. RGB value is (36,32,8). Sum of RGB (Red+Green+Blue) = 36+32+8=76 (10% of max value = 765). Red value is 36 (14.45% from 255 or 47.37% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 36 - color contains mainly: red. Hex color #242008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242008 is #DBDFF7. Grayscale: #1E1E1E. Windows color (decimal): -14409720 or 532516. OLE color: 532516.

HSL color Cylindrical-coordinate representation of color #242008: hue angle of 51.43º 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 #242008 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.86.

Color convert

RGB36328-
CMYK00.110.780.86
HSL51.43º63.64%8.63%-
HSV(B)51.43º77.78%14.12%-
XYZ1.291.430.44-
YUV30.46115.33131.95-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 47.37%
GREEN value IS 32 (12.89% from 255) = 42.11%
BLUE value IS 8 (3.52% from 255) = 10.53%
R=47.37%
G=42.11%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3632800.110.780.8651.4363.648.63
Hex242080B4E5633409
Octal4440100131161266310011
Binary1001001000001000010111001110101011011001110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242008; }

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

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

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

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

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

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

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

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