#242319

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

Shades of Maire #242319

Tints of Maire #242319

Color information

#242319 (or 0x242319) is unknown color: approx Maire. HEX triplet: 24, 23 and 19. RGB value is (36,35,25). Sum of RGB (Red+Green+Blue) = 36+35+25=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 36 - color contains mainly: red. Hex color #242319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242319 is #DBDCE6. Grayscale: #222222. Windows color (decimal): -14408935 or 1647396. OLE color: 1647396.

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

Color convert

RGB363525-
CMYK00.030.310.86
HSL54.55º18.03%11.96%-
HSV(B)54.55º30.56%14.12%-
XYZ1.51.651.16-
YUV34.16122.83129.31-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.5%
GREEN value IS 35 (14.06% from 255) = 36.46%
BLUE value IS 25 (10.16% from 255) = 26.04%
R=37.5%
G=36.46%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36352500.030.310.8654.5518.0311.96
Hex242319031F563712c
Octal4443310337126672214
Binary10010010001111001011111111010110110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242319; }

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

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

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

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

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

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

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

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