#25241E

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

Shades of Maire #25241E

Tints of Maire #25241E

Color information

#25241E (or 0x25241E) is unknown color: approx Maire. HEX triplet: 25, 24 and 1E. RGB value is (37,36,30). Sum of RGB (Red+Green+Blue) = 37+36+30=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 37 - color contains mainly: red. Hex color #25241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25241E is #DADBE1. Grayscale: #232323. Windows color (decimal): -14343138 or 1975333. OLE color: 1975333.

HSL color Cylindrical-coordinate representation of color #25241E: hue angle of 51.43º degrees, saturation: 0.1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #25241E is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB373630-
CMYK00.030.190.85
HSL51.43º10.45%13.14%-
HSV(B)51.43º18.92%14.51%-
XYZ1.631.751.48-
YUV35.61124.83128.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.92%
GREEN value IS 36 (14.45% from 255) = 34.95%
BLUE value IS 30 (12.11% from 255) = 29.13%
R=35.92%
G=34.95%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37363000.030.190.8551.4310.4513.14
Hex25241E03135533ad
Octal4544360323125631215
Binary1001011001001111001110011101010111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25241E; }

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

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

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

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

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

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

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

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