#252213

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

Shades of Maire #252213

Tints of Maire #252213

Color information

#252213 (or 0x252213) is unknown color: approx Maire. HEX triplet: 25, 22 and 13. RGB value is (37,34,19). Sum of RGB (Red+Green+Blue) = 37+34+19=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 37 - color contains mainly: red. Hex color #252213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252213 is #DADDEC. Grayscale: #212121. Windows color (decimal): -14343661 or 1253925. OLE color: 1253925.

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

Color convert

RGB373419-
CMYK00.080.490.85
HSL50º32.14%10.98%-
HSV(B)50º48.65%14.51%-
XYZ1.451.580.85-
YUV33.19119.99130.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.11%
GREEN value IS 34 (13.67% from 255) = 37.78%
BLUE value IS 19 (7.81% from 255) = 21.11%
R=41.11%
G=37.78%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37341900.080.490.855032.1410.98
Hex2522130831553220b
Octal45422301061125624013
Binary100101100010100110100011000110101011100101000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252213; }

 p { color: rgb(37,34,19); }

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

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

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

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

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

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

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