#252503

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

Shades of Maire #252503

Tints of Maire #252503

Color information

#252503 (or 0x252503) is unknown color: approx Maire. HEX triplet: 25, 25 and 03. RGB value is (37,37,3). Sum of RGB (Red+Green+Blue) = 37+37+3=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 3 (1.56% from 255 or 3.90% from 77); Max value from RGB is 37 - color contains mainly: red, green. Hex color #252503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252503 is #DADAFC. Grayscale: #212121. Windows color (decimal): -14342909 or 206117. OLE color: 206117.

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

Color convert

RGB37373-
CMYK000.920.85
HSL60º85%7.84%-
HSV(B)60º91.89%14.51%-
XYZ1.441.720.34-
YUV33.12111130.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.05%
GREEN value IS 37 (14.84% from 255) = 48.05%
BLUE value IS 3 (1.56% from 255) = 3.90%
R=48.05%
G=48.05%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37373000.920.8560857.84
Hex25253005C553c558
Octal45453001341257412510
Binary10010110010111001011100101010111110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252503; }

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

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

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

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

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

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

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

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