#252000

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

Shades of Maire #252000

Tints of Maire #252000

Color information

#252000 (or 0x252000) is unknown color: approx Maire. HEX triplet: 25, 20 and 00. RGB value is (37,32,0). Sum of RGB (Red+Green+Blue) = 37+32+0=69 (9% of max value = 765). Red value is 37 (14.84% from 255 or 53.62% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 37 - color contains mainly: red. Hex color #252000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252000 is #DADFFF. Grayscale: #1D1D1D. Windows color (decimal): -14344192 or 8229. OLE color: 8229.

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

Color convert

RGB37320-
CMYK00.1410.85
HSL51.89º100%7.25%-
HSV(B)51.89º100%14.51%-
XYZ1.281.430.21-
YUV29.85111.16133.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 53.62%
GREEN value IS 32 (12.89% from 255) = 46.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.62%
G=46.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3732000.1410.8551.891007.25
Hex252000E645534647
Octal45400016144125641447
Binary100101100000001110110010010101011101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252000; }

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

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

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

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

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

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

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

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