Html Css Color HEX #250525 Mardi Gras

📋 copy color: '#250525'

red 37 ◦ green 5 ◦ blue 37

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

Shades of Mardi Gras #250525

Tints of Mardi Gras #250525

RGB

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

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

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

R = 46.84%
G = 6.33%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#250525 (or 0x250525) is known color: Mardi Gras. HEX triplet: 25, 05 and 25. RGB value is (37,5,37). Sum of RGB (Red+Green+Blue) = 37+5+37=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #250525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250525 is #DAFADA. Grayscale: #121212. Windows color (decimal): -14351067 or 2426149. OLE color: 2426149.

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

Color convert

RGB 37 5 37 -
CMYK 0 0.86 0 0.85
HSL 300º 0.76% 0.08% -
HSV(B) 300º 0.86% 0.15% -
XYZ 1.15 0.64 1.81 -
YUV 18.22 138.6 141.4 -
System Red Green Blue C M Y K H S L
Decimal 37 5 37 0 0.86 0 0.85 300 0.76 0.08
Hex 25 5 25 0 56 0 55 12C 4C 8
Octal 45 5 45 0 126 0 125 454 114 10
Binary 100101 101 100101 0 1010110 0 1010101 100101100 1001100 1000

Color Harmonies of #250525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250525

Black with #250525

Text Example


Text Example

White with #250525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250525; }

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

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

background-color css

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

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

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

border-color css

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

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

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