#242200

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

Shades of Maire #242200

Tints of Maire #242200

Color information

#242200 (or 0x242200) is unknown color: approx Maire. HEX triplet: 24, 22 and 00. RGB value is (36,34,0). Sum of RGB (Red+Green+Blue) = 36+34+0=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 34 (13.67% from 255 or 48.57% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #242200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242200 is #DBDDFF. Grayscale: #1E1E1E. Windows color (decimal): -14409216 or 8740. OLE color: 8740.

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

Color convert

RGB36340-
CMYK00.0610.86
HSL56.67º100%7.06%-
HSV(B)56.67º100%14.12%-
XYZ1.31.520.22-
YUV30.72110.66131.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 51.43%
GREEN value IS 34 (13.67% from 255) = 48.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.43%
G=48.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3634000.0610.8656.671007.06
Hex2422006645639647
Octal4442006144126711447
Binary10010010001000110110010010101101110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242200; }

 p { color: rgb(36,34,0); }

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

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

 a { background-color: rgb(36,34,0); }

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

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

 span { border-color: rgb(36,34,0); }

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