#241C05

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

Shades of Maire #241C05

Tints of Maire #241C05

Color information

#241C05 (or 0x241C05) is unknown color: approx Maire. HEX triplet: 24, 1C and 05. RGB value is (36,28,5). Sum of RGB (Red+Green+Blue) = 36+28+5=69 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.17% from 69); Green value is 28 (11.33% from 255 or 40.58% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 36 - color contains mainly: red. Hex color #241C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241C05 is #DBE3FA. Grayscale: #1B1B1B. Windows color (decimal): -14410747 or 334884. OLE color: 334884.

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

Color convert

RGB36285-
CMYK00.220.860.86
HSL44.52º75.61%8.04%-
HSV(B)44.52º86.11%14.12%-
XYZ1.171.220.32-
YUV27.77115.15133.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 52.17%
GREEN value IS 28 (11.33% from 255) = 40.58%
BLUE value IS 5 (2.34% from 255) = 7.25%
R=52.17%
G=40.58%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3628500.220.860.8644.5275.618.04
Hex241C501656562d4c8
Octal443450261261265511410
Binary100100111001010101101010110101011010110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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