#252311

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

Shades of Maire #252311

Tints of Maire #252311

Color information

#252311 (or 0x252311) is unknown color: approx Maire. HEX triplet: 25, 23 and 11. RGB value is (37,35,17). Sum of RGB (Red+Green+Blue) = 37+35+17=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 37 - color contains mainly: red. Hex color #252311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252311 is #DADCEE. Grayscale: #212121. Windows color (decimal): -14343407 or 1123109. OLE color: 1123109.

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

Color convert

RGB373517-
CMYK00.050.540.85
HSL54º37.04%10.59%-
HSV(B)54º54.05%14.51%-
XYZ1.471.640.77-
YUV33.55118.66130.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.57%
GREEN value IS 35 (14.06% from 255) = 39.33%
BLUE value IS 17 (7.03% from 255) = 19.10%
R=41.57%
G=39.33%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37351700.050.540.855437.0410.59
Hex2523110536553625b
Octal4543210566125664513
Binary10010110001110001010111011010101011101101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252311; }

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

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

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

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

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

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

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

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