#242000

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

Shades of Maire #242000

Tints of Maire #242000

Color information

#242000 (or 0x242000) is unknown color: approx Maire. HEX triplet: 24, 20 and 00. RGB value is (36,32,0). Sum of RGB (Red+Green+Blue) = 36+32+0=68 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.94% from 68); Green value is 32 (12.89% from 255 or 47.06% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 36 - color contains mainly: red. Hex color #242000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242000 is #DBDFFF. Grayscale: #1D1D1D. Windows color (decimal): -14409728 or 8228. OLE color: 8228.

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

Color convert

RGB36320-
CMYK00.1110.86
HSL53.33º100%7.06%-
HSV(B)53.33º100%14.12%-
XYZ1.241.410.21-
YUV29.55111.33132.6-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 52.94%
GREEN value IS 32 (12.89% from 255) = 47.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.94%
G=47.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3632000.1110.8653.331007.06
Hex242000B645635647
Octal44400013144126651447
Binary100100100000001011110010010101101101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242000; }

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

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

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

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

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

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

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

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