Html Css Color HEX #252026 Mardi Gras

📋 copy color: '#252026'

red 37 ◦ green 32 ◦ blue 38

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

Shades of Mardi Gras #252026

Tints of Mardi Gras #252026

RGB

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

 GREEN value IS 32 (12.89% from 255) = 29.91%

 BLUE value IS 38 (15.23% from 255) = 35.51%

R = 34.58%
G = 29.91%
B = 35.51%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#252026 (or 0x252026) is known color: Mardi Gras. HEX triplet: 25, 20 and 26. RGB value is (37,32,38). Sum of RGB (Red+Green+Blue) = 37+32+38=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 38 - color contains mainly: blue. Hex color #252026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252026 is #DADFD9. Grayscale: #222222. Windows color (decimal): -14344154 or 2498597. OLE color: 2498597.

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

Color convert

RGB 37 32 38 -
CMYK 0.03 0.16 0 0.85
HSL 290º 0.09% 0.14% -
HSV(B) 290º 0.16% 0.15% -
XYZ 1.63 1.57 2.05 -
YUV 34.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 37 32 38 0.03 0.16 0 0.85 290 0.09 0.14
Hex 25 20 26 3 10 0 55 122 9 E
Octal 45 40 46 3 20 0 125 442 11 16
Binary 100101 100000 100110 11 10000 0 1010101 100100010 1001 1110

Color Harmonies of #252026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252026

Black with #252026

Text Example


Text Example

White with #252026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252026; }

 p { color: rgb(37,32,38); }

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

background-color css

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

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

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

border-color css

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

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

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