#242214

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

Shades of Maire #242214

Tints of Maire #242214

Color information

#242214 (or 0x242214) is unknown color: approx Maire. HEX triplet: 24, 22 and 14. RGB value is (36,34,20). Sum of RGB (Red+Green+Blue) = 36+34+20=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 36 - color contains mainly: red. Hex color #242214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242214 is #DBDDEB. Grayscale: #212121. Windows color (decimal): -14409196 or 1319460. OLE color: 1319460.

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

Color convert

RGB363420-
CMYK00.060.440.86
HSL52.5º28.57%10.98%-
HSV(B)52.5º44.44%14.12%-
XYZ1.431.570.89-
YUV33120.66130.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40%
GREEN value IS 34 (13.67% from 255) = 37.78%
BLUE value IS 20 (8.20% from 255) = 22.22%
R=40%
G=37.78%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36342000.060.440.8652.528.5710.98
Hex242214062C56341db
Octal4442240654126643513
Binary1001001000101010001101011001010110110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242214; }

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

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

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

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

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

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

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

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