#252101

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

Shades of Maire #252101

Tints of Maire #252101

Color information

#252101 (or 0x252101) is unknown color: approx Maire. HEX triplet: 25, 21 and 01. RGB value is (37,33,1). Sum of RGB (Red+Green+Blue) = 37+33+1=71 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.11% from 71); Green value is 33 (13.28% from 255 or 46.48% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 37 - color contains mainly: red. Hex color #252101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252101 is #DADEFE. Grayscale: #1E1E1E. Windows color (decimal): -14343935 or 74021. OLE color: 74021.

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

Color convert

RGB37331-
CMYK00.110.970.85
HSL53.33º94.74%7.45%-
HSV(B)53.33º97.3%14.51%-
XYZ1.311.480.25-
YUV30.55111.33132.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 52.11%
GREEN value IS 33 (13.28% from 255) = 46.48%
BLUE value IS 1 (0.78% from 255) = 1.41%
R=52.11%
G=46.48%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3733100.110.970.8553.3394.747.45
Hex252110B6155355f7
Octal45411013141125651377
Binary100101100001101011110000110101011101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252101; }

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

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

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

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

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

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

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

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