#252002

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

Shades of Maire #252002

Tints of Maire #252002

Color information

#252002 (or 0x252002) is unknown color: approx Maire. HEX triplet: 25, 20 and 02. RGB value is (37,32,2). Sum of RGB (Red+Green+Blue) = 37+32+2=71 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.11% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 37 - color contains mainly: red. Hex color #252002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252002 is #DADFFD. Grayscale: #1E1E1E. Windows color (decimal): -14344190 or 139301. OLE color: 139301.

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

Color convert

RGB37322-
CMYK00.140.950.85
HSL51.43º89.74%7.65%-
HSV(B)51.43º94.59%14.51%-
XYZ1.291.430.27-
YUV30.08112.16132.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 52.11%
GREEN value IS 32 (12.89% from 255) = 45.07%
BLUE value IS 2 (1.17% from 255) = 2.82%
R=52.11%
G=45.07%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3732200.140.950.8551.4389.747.65
Hex252020E5F55335a8
Octal454020161371256313210
Binary10010110000010011101011111101010111001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252002; }

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

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

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

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

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

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

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

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