#252001

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

Shades of Maire #252001

Tints of Maire #252001

Color information

#252001 (or 0x252001) is unknown color: approx Maire. HEX triplet: 25, 20 and 01. RGB value is (37,32,1). Sum of RGB (Red+Green+Blue) = 37+32+1=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #252001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252001 is #DADFFE. Grayscale: #1E1E1E. Windows color (decimal): -14344191 or 73765. OLE color: 73765.

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

Color convert

RGB37321-
CMYK00.140.970.85
HSL51.67º94.74%7.45%-
HSV(B)51.67º97.3%14.51%-
XYZ1.281.430.24-
YUV29.96111.66133.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 52.86%
GREEN value IS 32 (12.89% from 255) = 45.71%
BLUE value IS 1 (0.78% from 255) = 1.43%
R=52.86%
G=45.71%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3732100.140.970.8551.6794.747.45
Hex252010E6155345f7
Octal45401016141125641377
Binary100101100000101110110000110101011101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252001; }

 p { color: rgb(37,32,1); }

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

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

 a { background-color: rgb(37,32,1); }

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

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

 span { border-color: rgb(37,32,1); }

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