#252214

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

Shades of Maire #252214

Tints of Maire #252214

Color information

#252214 (or 0x252214) is unknown color: approx Maire. HEX triplet: 25, 22 and 14. RGB value is (37,34,20). Sum of RGB (Red+Green+Blue) = 37+34+20=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 37 - color contains mainly: red. Hex color #252214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252214 is #DADDEB. Grayscale: #212121. Windows color (decimal): -14343660 or 1319461. OLE color: 1319461.

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

Color convert

RGB373420-
CMYK00.080.460.85
HSL49.41º29.82%11.18%-
HSV(B)49.41º45.95%14.51%-
XYZ1.461.590.89-
YUV33.3120.49130.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.66%
GREEN value IS 34 (13.67% from 255) = 37.36%
BLUE value IS 20 (8.20% from 255) = 21.98%
R=40.66%
G=37.36%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37342000.080.460.8549.4129.8211.18
Hex252214082E55311eb
Octal45422401056125613613
Binary10010110001010100010001011101010101110001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252214; }

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

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

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

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

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

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

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

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