Html Css Color HEX #25241F Maire

📋 copy color: '#25241F'

red 37 ◦ green 36 ◦ blue 31

#25241F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #25241F

Tints of Maire #25241F

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 value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#25241F (or 0x25241F) is known color: 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

RGB 37 36 31 -
CMYK 0 0.03 0.16 0.85
HSL 50º 0.09% 0.13% -
HSV(B) 50º 0.16% 0.15% -
XYZ 1.64 1.75 1.55 -
YUV 35.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 37 36 31 0 0.03 0.16 0.85 50 0.09 0.13
Hex 25 24 1F 0 3 10 55 32 9 D
Octal 45 44 37 0 3 20 125 62 11 15
Binary 100101 100100 11111 0 11 10000 1010101 110010 1001 1101

Color Harmonies of #25241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25241F

Black with #25241F

Text Example


Text Example

White with #25241F

Text Example


Text Example

HTML Codes & Css Web 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>