#252218

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

Shades of Maire #252218

Tints of Maire #252218

Color information

#252218 (or 0x252218) is unknown color: approx Maire. HEX triplet: 25, 22 and 18. RGB value is (37,34,24). Sum of RGB (Red+Green+Blue) = 37+34+24=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 37 - color contains mainly: red. Hex color #252218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252218 is #DADDE7. Grayscale: #212121. Windows color (decimal): -14343656 or 1581605. OLE color: 1581605.

HSL color Cylindrical-coordinate representation of color #252218: hue angle of 46.15º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #252218 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB373424-
CMYK00.080.350.85
HSL46.15º21.31%11.96%-
HSV(B)46.15º35.14%14.51%-
XYZ1.51.61.09-
YUV33.76122.49130.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.95%
GREEN value IS 34 (13.67% from 255) = 35.79%
BLUE value IS 24 (9.77% from 255) = 25.26%
R=38.95%
G=35.79%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37342400.080.350.8546.1521.3111.96
Hex2522180823552e15c
Octal45423001043125562514
Binary10010110001011000010001000111010101101110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252218; }

 p { color: rgb(37,34,24); }

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

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

 a { background-color: rgb(37,34,24); }

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

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

 span { border-color: rgb(37,34,24); }

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