#252111

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

Shades of Maire #252111

Tints of Maire #252111

Color information

#252111 (or 0x252111) is unknown color: approx Maire. HEX triplet: 25, 21 and 11. RGB value is (37,33,17). Sum of RGB (Red+Green+Blue) = 37+33+17=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 37 - color contains mainly: red. Hex color #252111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252111 is #DADEEE. Grayscale: #202020. Windows color (decimal): -14343919 or 1122597. OLE color: 1122597.

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

Color convert

RGB373317-
CMYK00.110.540.85
HSL48º37.04%10.59%-
HSV(B)48º54.05%14.51%-
XYZ1.411.520.75-
YUV32.37119.33131.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.53%
GREEN value IS 33 (13.28% from 255) = 37.93%
BLUE value IS 17 (7.03% from 255) = 19.54%
R=42.53%
G=37.93%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37331700.110.540.854837.0410.59
Hex2521110B36553025b
Octal45412101366125604513
Binary100101100001100010101111011010101011100001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252111; }

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

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

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

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

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

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

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

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