#252421

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

Shades of Maire #252421

Tints of Maire #252421

Color information

#252421 (or 0x252421) is unknown color: approx Maire. HEX triplet: 25, 24 and 21. RGB value is (37,36,33). Sum of RGB (Red+Green+Blue) = 37+36+33=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 37 - color contains mainly: red. Hex color #252421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252421 is #DADBDE. Grayscale: #232323. Windows color (decimal): -14343135 or 2171941. OLE color: 2171941.

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

Color convert

RGB373633-
CMYK00.030.110.85
HSL45º5.71%13.73%-
HSV(B)45º10.81%14.51%-
XYZ1.671.761.69-
YUV35.96126.33128.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.91%
GREEN value IS 36 (14.45% from 255) = 33.96%
BLUE value IS 33 (13.28% from 255) = 31.13%
R=34.91%
G=33.96%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37363300.030.110.85455.7113.73
Hex25242103B552d6e
Octal454441031312555616
Binary100101100100100001011101110101011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252421; }

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

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

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

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

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

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

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

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