Html Css Color HEX #252125 Mardi Gras

📋 copy color: '#252125'

red 37 ◦ green 33 ◦ blue 37

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

Shades of Mardi Gras #252125

Tints of Mardi Gras #252125

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30.84%

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

R = 34.58%
G = 30.84%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#252125 (or 0x252125) is known color: Mardi Gras. HEX triplet: 25, 21 and 25. RGB value is (37,33,37). Sum of RGB (Red+Green+Blue) = 37+33+37=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #252125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252125 is #DADEDA. Grayscale: #222222. Windows color (decimal): -14343899 or 2433317. OLE color: 2433317.

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

Color convert

RGB 37 33 37 -
CMYK 0 0.11 0 0.85
HSL 300º 0.06% 0.14% -
HSV(B) 300º 0.11% 0.15% -
XYZ 1.64 1.61 1.98 -
YUV 34.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 37 33 37 0 0.11 0 0.85 300 0.06 0.14
Hex 25 21 25 0 B 0 55 12C 6 E
Octal 45 41 45 0 13 0 125 454 6 16
Binary 100101 100001 100101 0 1011 0 1010101 100101100 110 1110

Color Harmonies of #252125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252125

Black with #252125

Text Example


Text Example

White with #252125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252125; }

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

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

background-color css

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

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

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

border-color css

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

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

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