#242213

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

Shades of Maire #242213

Tints of Maire #242213

Color information

#242213 (or 0x242213) is unknown color: approx Maire. HEX triplet: 24, 22 and 13. RGB value is (36,34,19). Sum of RGB (Red+Green+Blue) = 36+34+19=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 36 - color contains mainly: red. Hex color #242213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242213 is #DBDDEC. Grayscale: #202020. Windows color (decimal): -14409197 or 1253924. OLE color: 1253924.

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

Color convert

RGB363419-
CMYK00.060.470.86
HSL52.94º30.91%10.78%-
HSV(B)52.94º47.22%14.12%-
XYZ1.421.570.84-
YUV32.89120.16130.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.45%
GREEN value IS 34 (13.67% from 255) = 38.20%
BLUE value IS 19 (7.81% from 255) = 21.35%
R=40.45%
G=38.20%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36341900.060.470.8652.9430.9110.78
Hex242213062F56351fb
Octal4442230657126653713
Binary1001001000101001101101011111010110110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242213; }

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

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

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

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

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

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

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

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