#252505

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

Shades of Maire #252505

Tints of Maire #252505

Color information

#252505 (or 0x252505) is unknown color: approx Maire. HEX triplet: 25, 25 and 05. RGB value is (37,37,5). Sum of RGB (Red+Green+Blue) = 37+37+5=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 37 - color contains mainly: red, green. Hex color #252505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252505 is #DADAFA. Grayscale: #212121. Windows color (decimal): -14342907 or 337189. OLE color: 337189.

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

Color convert

RGB37375-
CMYK000.860.85
HSL60º76.19%8.24%-
HSV(B)60º86.49%14.51%-
XYZ1.451.730.4-
YUV33.35112130.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.84%
GREEN value IS 37 (14.84% from 255) = 46.84%
BLUE value IS 5 (2.34% from 255) = 6.33%
R=46.84%
G=46.84%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37375000.860.856076.198.24
Hex252550056553c4c8
Octal45455001261257411410
Binary100101100101101001010110101010111110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252505; }

 p { color: rgb(37,37,5); }

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

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

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

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

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

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

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