#252400

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

Shades of Maire #252400

Tints of Maire #252400

Color information

#252400 (or 0x252400) is unknown color: approx Maire. HEX triplet: 25, 24 and 00. RGB value is (37,36,0). Sum of RGB (Red+Green+Blue) = 37+36+0=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 36 (14.45% from 255 or 49.32% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #252400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252400 is #DADBFF. Grayscale: #202020. Windows color (decimal): -14343168 or 9253. OLE color: 9253.

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

Color convert

RGB37360-
CMYK00.0310.85
HSL58.38º100%7.25%-
HSV(B)58.38º100%14.51%-
XYZ1.391.660.25-
YUV32.19109.83131.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 50.68%
GREEN value IS 36 (14.45% from 255) = 49.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.68%
G=49.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3736000.0310.8558.381007.25
Hex252400364553a647
Octal4544003144125721447
Binary1001011001000011110010010101011110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252400; }

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

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

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

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

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

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

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

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