#252420

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

Shades of Maire #252420

Tints of Maire #252420

Color information

#252420 (or 0x252420) is unknown color: approx Maire. HEX triplet: 25, 24 and 20. RGB value is (37,36,32). Sum of RGB (Red+Green+Blue) = 37+36+32=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 37 - color contains mainly: red. Hex color #252420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252420 is #DADBDF. Grayscale: #232323. Windows color (decimal): -14343136 or 2106405. OLE color: 2106405.

HSL color Cylindrical-coordinate representation of color #252420: hue angle of 48º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #252420 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB373632-
CMYK00.030.140.85
HSL48º7.25%13.53%-
HSV(B)48º13.51%14.51%-
XYZ1.651.761.62-
YUV35.84125.83128.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.24%
GREEN value IS 36 (14.45% from 255) = 34.29%
BLUE value IS 32 (12.89% from 255) = 30.48%
R=35.24%
G=34.29%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37363200.030.140.85487.2513.53
Hex25242003E55307e
Octal454440031612560716
Binary100101100100100000011111010101011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252420; }

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

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

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

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

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

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

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

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