#252500

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

Shades of Maire #252500

Tints of Maire #252500

Color information

#252500 (or 0x252500) is unknown color: approx Maire. HEX triplet: 25, 25 and 00. RGB value is (37,37,0). Sum of RGB (Red+Green+Blue) = 37+37+0=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 37 - color contains mainly: red, green. Hex color #252500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252500 is #DADAFF. Grayscale: #202020. Windows color (decimal): -14342912 or 9509. OLE color: 9509.

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

Color convert

RGB37370-
CMYK0010.85
HSL60º100%7.25%-
HSV(B)60º100%14.51%-
XYZ1.421.720.26-
YUV32.78109.5131.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal373700010.85601007.25
Hex252500064553c647
Octal4545000144125741447
Binary100101100101000110010010101011111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252500; }

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

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

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

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

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

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

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

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