#252403

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

Shades of Maire #252403

Tints of Maire #252403

Color information

#252403 (or 0x252403) is unknown color: approx Maire. HEX triplet: 25, 24 and 03. RGB value is (37,36,3). Sum of RGB (Red+Green+Blue) = 37+36+3=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 36 (14.45% from 255 or 47.37% from 76); Blue value is 3 (1.56% from 255 or 3.95% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #252403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252403 is #DADBFC. Grayscale: #202020. Windows color (decimal): -14343165 or 205861. OLE color: 205861.

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

Color convert

RGB37363-
CMYK00.030.920.85
HSL58.24º85%7.84%-
HSV(B)58.24º91.89%14.51%-
XYZ1.411.660.33-
YUV32.54111.33131.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.68%
GREEN value IS 36 (14.45% from 255) = 47.37%
BLUE value IS 3 (1.56% from 255) = 3.95%
R=48.68%
G=47.37%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3736300.030.920.8558.24857.84
Hex25243035C553a558
Octal45443031341257212510
Binary100101100100110111011100101010111101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252403; }

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

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

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

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

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

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

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

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