#242320

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

Shades of Maire #242320

Tints of Maire #242320

Color information

#242320 (or 0x242320) is unknown color: approx Maire. HEX triplet: 24, 23 and 20. RGB value is (36,35,32). Sum of RGB (Red+Green+Blue) = 36+35+32=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 36 - color contains mainly: red. Hex color #242320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242320 is #DBDCDF. Grayscale: #222222. Windows color (decimal): -14408928 or 2106148. OLE color: 2106148.

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

Color convert

RGB363532-
CMYK00.030.110.86
HSL45º5.88%13.33%-
HSV(B)45º11.11%14.12%-
XYZ1.591.681.61-
YUV34.96126.33128.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.95%
GREEN value IS 35 (14.06% from 255) = 33.98%
BLUE value IS 32 (12.89% from 255) = 31.07%
R=34.95%
G=33.98%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36353200.030.110.86455.8813.33
Hex24232003B562d6d
Octal444340031312655615
Binary100100100011100000011101110101101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242320; }

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

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

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

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

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

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

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

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