#252202

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

Shades of Maire #252202

Tints of Maire #252202

Color information

#252202 (or 0x252202) is unknown color: approx Maire. HEX triplet: 25, 22 and 02. RGB value is (37,34,2). Sum of RGB (Red+Green+Blue) = 37+34+2=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 34 (13.67% from 255 or 46.58% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #252202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252202 is #DADDFD. Grayscale: #1F1F1F. Windows color (decimal): -14343678 or 139813. OLE color: 139813.

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

Color convert

RGB37342-
CMYK00.080.950.85
HSL54.86º89.74%7.65%-
HSV(B)54.86º94.59%14.51%-
XYZ1.351.540.28-
YUV31.25111.49132.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 50.68%
GREEN value IS 34 (13.67% from 255) = 46.58%
BLUE value IS 2 (1.17% from 255) = 2.74%
R=50.68%
G=46.58%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3734200.080.950.8554.8689.747.65
Hex25222085F55375a8
Octal454220101371256713210
Binary10010110001010010001011111101010111011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252202; }

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

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

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

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

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

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

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

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