#252414

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

Shades of Maire #252414

Tints of Maire #252414

Color information

#252414 (or 0x252414) is unknown color: approx Maire. HEX triplet: 25, 24 and 14. RGB value is (37,36,20). Sum of RGB (Red+Green+Blue) = 37+36+20=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 37 - color contains mainly: red. Hex color #252414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252414 is #DADBEB. Grayscale: #222222. Windows color (decimal): -14343148 or 1319973. OLE color: 1319973.

HSL color Cylindrical-coordinate representation of color #252414: hue angle of 56.47º 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 #252414 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB373620-
CMYK00.030.460.85
HSL56.47º29.82%11.18%-
HSV(B)56.47º45.95%14.51%-
XYZ1.521.710.91-
YUV34.47119.83129.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.78%
GREEN value IS 36 (14.45% from 255) = 38.71%
BLUE value IS 20 (8.20% from 255) = 21.51%
R=39.78%
G=38.71%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37362000.030.460.8556.4729.8211.18
Hex252414032E55381eb
Octal4544240356125703613
Binary100101100100101000111011101010101111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252414; }

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

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

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

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

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

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

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

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