Html Css Color HEX #250526 Mardi Gras

📋 copy color: '#250526'

red 37 ◦ green 5 ◦ blue 38

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

Shades of Mardi Gras #250526

Tints of Mardi Gras #250526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.25%

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

R = 46.25%
G = 6.25%
B = 47.5%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#250526 (or 0x250526) is known color: Mardi Gras. HEX triplet: 25, 05 and 26. RGB value is (37,5,38). Sum of RGB (Red+Green+Blue) = 37+5+38=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 38 (15.23% from 255 or 47.5% from 80); Max value from RGB is 38 - color contains mainly: blue. Hex color #250526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250526 is #DAFAD9. Grayscale: #121212. Windows color (decimal): -14351066 or 2491685. OLE color: 2491685.

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

Color convert

RGB 37 5 38 -
CMYK 0.03 0.87 0 0.85
HSL 298.18º 0.77% 0.08% -
HSV(B) 298.18º 0.87% 0.15% -
XYZ 1.17 0.64 1.9 -
YUV 18.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 37 5 38 0.03 0.87 0 0.85 298.18 0.77 0.08
Hex 25 5 26 3 57 0 55 12A 4D 8
Octal 45 5 46 3 127 0 125 452 115 10
Binary 100101 101 100110 11 1010111 0 1010101 100101010 1001101 1000

Color Harmonies of #250526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250526

Black with #250526

Text Example


Text Example

White with #250526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250526; }

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

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

background-color css

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

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

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

border-color css

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

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

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