#242212

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

Shades of Maire #242212

Tints of Maire #242212

Color information

#242212 (or 0x242212) is unknown color: approx Maire. HEX triplet: 24, 22 and 12. RGB value is (36,34,18). Sum of RGB (Red+Green+Blue) = 36+34+18=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 36 - color contains mainly: red. Hex color #242212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242212 is #DBDDED. Grayscale: #202020. Windows color (decimal): -14409198 or 1188388. OLE color: 1188388.

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

Color convert

RGB363418-
CMYK00.060.50.86
HSL53.33º33.33%10.59%-
HSV(B)53.33º50%14.12%-
XYZ1.411.560.8-
YUV32.77119.66130.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.91%
GREEN value IS 34 (13.67% from 255) = 38.64%
BLUE value IS 18 (7.42% from 255) = 20.45%
R=40.91%
G=38.64%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36341800.060.50.8653.3333.3310.59
Hex2422120632563521b
Octal4442220662126654113
Binary10010010001010010011011001010101101101011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242212; }

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

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

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

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

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

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

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

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