Html Css Color HEX #252225 Mardi Gras

📋 copy color: '#252225'

red 37 ◦ green 34 ◦ blue 37

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

Shades of Mardi Gras #252225

Tints of Mardi Gras #252225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 31.48%

 BLUE value IS 37 (14.84% from 255) = 34.26%

R = 34.26%
G = 31.48%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#252225 (or 0x252225) is known color: Mardi Gras. HEX triplet: 25, 22 and 25. RGB value is (37,34,37). Sum of RGB (Red+Green+Blue) = 37+34+37=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #252225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252225 is #DADDDA. Grayscale: #232323. Windows color (decimal): -14343643 or 2433573. OLE color: 2433573.

HSL color Cylindrical-coordinate representation of color #252225: hue angle of 300º degrees, saturation: 0.04, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #252225 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 34 37 -
CMYK 0 0.08 0 0.85
HSL 300º 0.04% 0.14% -
HSV(B) 300º 0.08% 0.15% -
XYZ 1.67 1.67 1.98 -
YUV 35.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 37 34 37 0 0.08 0 0.85 300 0.04 0.14
Hex 25 22 25 0 8 0 55 12C 4 E
Octal 45 42 45 0 10 0 125 454 4 16
Binary 100101 100010 100101 0 1000 0 1010101 100101100 100 1110

Color Harmonies of #252225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252225

Black with #252225

Text Example


Text Example

White with #252225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252225; }

 p { color: rgb(37,34,37); }

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

background-color css

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

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

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

border-color css

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

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

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