#25241F

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

Shades of Maire #25241F

Tints of Maire #25241F

Color information

#25241F (or 0x25241F) is unknown color: approx Maire. HEX triplet: 25, 24 and 1F. RGB value is (37,36,31). Sum of RGB (Red+Green+Blue) = 37+36+31=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 37 - color contains mainly: red. Hex color #25241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25241F is #DADBE0. Grayscale: #232323. Windows color (decimal): -14343137 or 2040869. OLE color: 2040869.

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

Color convert

RGB373631-
CMYK00.030.160.85
HSL50º8.82%13.33%-
HSV(B)50º16.22%14.51%-
XYZ1.641.751.55-
YUV35.73125.33128.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.58%
GREEN value IS 36 (14.45% from 255) = 34.62%
BLUE value IS 31 (12.5% from 255) = 29.81%
R=35.58%
G=34.62%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37363100.030.160.85508.8213.33
Hex25241F031055329d
Octal4544370320125621115
Binary1001011001001111101110000101010111001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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