#252312

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

Shades of Maire #252312

Tints of Maire #252312

Color information

#252312 (or 0x252312) is unknown color: approx Maire. HEX triplet: 25, 23 and 12. RGB value is (37,35,18). Sum of RGB (Red+Green+Blue) = 37+35+18=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 37 - color contains mainly: red. Hex color #252312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252312 is #DADCED. Grayscale: #212121. Windows color (decimal): -14343406 or 1188645. OLE color: 1188645.

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

Color convert

RGB373518-
CMYK00.050.510.85
HSL53.68º34.55%10.78%-
HSV(B)53.68º51.35%14.51%-
XYZ1.471.640.81-
YUV33.66119.16130.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.11%
GREEN value IS 35 (14.06% from 255) = 38.89%
BLUE value IS 18 (7.42% from 255) = 20%
R=41.11%
G=38.89%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37351800.050.510.8553.6834.5510.78
Hex2523120533553623b
Octal4543220563125664313
Binary10010110001110010010111001110101011101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252312; }

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

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

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

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

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

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

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

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