#242001

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

Shades of Maire #242001

Tints of Maire #242001

Color information

#242001 (or 0x242001) is unknown color: approx Maire. HEX triplet: 24, 20 and 01. RGB value is (36,32,1). Sum of RGB (Red+Green+Blue) = 36+32+1=69 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.17% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 36 - color contains mainly: red. Hex color #242001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242001 is #DBDFFE. Grayscale: #1D1D1D. Windows color (decimal): -14409727 or 73764. OLE color: 73764.

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

Color convert

RGB36321-
CMYK00.110.970.86
HSL53.14º94.59%7.25%-
HSV(B)53.14º97.22%14.12%-
XYZ1.251.410.24-
YUV29.66111.83132.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 52.17%
GREEN value IS 32 (12.89% from 255) = 46.38%
BLUE value IS 1 (0.78% from 255) = 1.45%
R=52.17%
G=46.38%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3632100.110.970.8653.1494.597.25
Hex242010B6156355f7
Octal44401013141126651377
Binary100100100000101011110000110101101101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242001; }

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

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

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

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

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

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

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

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