#241C0B

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

Shades of Maire #241C0B

Tints of Maire #241C0B

Color information

#241C0B (or 0x241C0B) is unknown color: approx Maire. HEX triplet: 24, 1C and 0B. RGB value is (36,28,11). Sum of RGB (Red+Green+Blue) = 36+28+11=75 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48% from 75); Green value is 28 (11.33% from 255 or 37.33% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 36 - color contains mainly: red. Hex color #241C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241C0B is #DBE3F4. Grayscale: #1C1C1C. Windows color (decimal): -14410741 or 728100. OLE color: 728100.

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

Color convert

RGB362811-
CMYK00.220.690.86
HSL40.8º53.19%9.22%-
HSV(B)40.8º69.44%14.12%-
XYZ1.21.230.49-
YUV28.45118.15133.38-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 48%
GREEN value IS 28 (11.33% from 255) = 37.33%
BLUE value IS 11 (4.69% from 255) = 14.67%
R=48%
G=37.33%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36281100.220.690.8640.853.199.22
Hex241CB016455629359
Octal443413026105126516511
Binary100100111001011010110100010110101101010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,28,11); }

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

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

 a { background-color: rgb(36,28,11); }

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

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

 span { border-color: rgb(36,28,11); }

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