Html Css Color HEX #25241D Maire

📋 copy color: '#25241D'

red 37 ◦ green 36 ◦ blue 29

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

Shades of Maire #25241D

Tints of Maire #25241D

RGB

 RED value IS 37 (14.84% from 255) = 36.27%

 GREEN value IS 36 (14.45% from 255) = 35.29%

 BLUE value IS 29 (11.72% from 255) = 28.43%

R = 36.27%
G = 35.29%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.85

RGB Variations

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

Color information

#25241D (or 0x25241D) is known color: Maire. HEX triplet: 25, 24 and 1D. RGB value is (37,36,29). Sum of RGB (Red+Green+Blue) = 37+36+29=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 37 - color contains mainly: red. Hex color #25241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25241D is #DADBE2. Grayscale: #232323. Windows color (decimal): -14343139 or 1909797. OLE color: 1909797.

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

Color convert

RGB 37 36 29 -
CMYK 0 0.03 0.22 0.85
HSL 52.5º 0.12% 0.13% -
HSV(B) 52.5º 0.22% 0.15% -
XYZ 1.62 1.74 1.41 -
YUV 35.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 37 36 29 0 0.03 0.22 0.85 52.5 0.12 0.13
Hex 25 24 1D 0 3 16 55 34 C D
Octal 45 44 35 0 3 26 125 64 14 15
Binary 100101 100100 11101 0 11 10110 1010101 110100 1100 1101

Color Harmonies of #25241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25241D

Black with #25241D

Text Example


Text Example

White with #25241D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25241D;
 }
 .AnyTagClassName
 {
   color: #25241D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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