#252310

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

Shades of Maire #252310

Tints of Maire #252310

Color information

#252310 (or 0x252310) is unknown color: approx Maire. HEX triplet: 25, 23 and 10. RGB value is (37,35,16). Sum of RGB (Red+Green+Blue) = 37+35+16=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 35 (14.06% from 255 or 39.77% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 37 - color contains mainly: red. Hex color #252310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252310 is #DADCEF. Grayscale: #212121. Windows color (decimal): -14343408 or 1057573. OLE color: 1057573.

HSL color Cylindrical-coordinate representation of color #252310: hue angle of 54.29º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #252310 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.85.

Color convert

RGB373516-
CMYK00.050.570.85
HSL54.29º39.62%10.39%-
HSV(B)54.29º56.76%14.51%-
XYZ1.461.630.73-
YUV33.43118.16130.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.05%
GREEN value IS 35 (14.06% from 255) = 39.77%
BLUE value IS 16 (6.64% from 255) = 18.18%
R=42.05%
G=39.77%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37351600.050.570.8554.2939.6210.39
Hex2523100539553628a
Octal4543200571125665012
Binary10010110001110000010111100110101011101101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252310; }

 p { color: rgb(37,35,16); }

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

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

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

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

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

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

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