Html Css Color HEX #250F28 Mardi Gras

📋 copy color: '#250F28'

red 37 ◦ green 15 ◦ blue 40

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

Shades of Mardi Gras #250F28

Tints of Mardi Gras #250F28

RGB

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

 GREEN value IS 15 (6.25% from 255) = 16.3%

 BLUE value IS 40 (16.02% from 255) = 43.48%

R = 40.22%
G = 16.3%
B = 43.48%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#250F28 (or 0x250F28) is known color: Mardi Gras. HEX triplet: 25, 0F and 28. RGB value is (37,15,40). Sum of RGB (Red+Green+Blue) = 37+15+40=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 40 - color contains mainly: blue. Hex color #250F28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F28 is #DAF0D7. Grayscale: #181818. Windows color (decimal): -14348504 or 2625317. OLE color: 2625317.

HSL color Cylindrical-coordinate representation of color #250F28: hue angle of 292.8º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #250F28 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 15 40 -
CMYK 0.07 0.62 0 0.84
HSL 292.8º 0.45% 0.11% -
HSV(B) 292.8º 0.63% 0.16% -
XYZ 1.32 0.89 2.11 -
YUV 24.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 37 15 40 0.07 0.62 0 0.84 292.8 0.45 0.11
Hex 25 F 28 7 3E 0 54 125 2D B
Octal 45 17 50 7 76 0 124 445 55 13
Binary 100101 1111 101000 111 111110 0 1010100 100100101 101101 1011

Color Harmonies of #250F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250F28

Black with #250F28

Text Example


Text Example

White with #250F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250F28; }

 p { color: rgb(37,15,40); }

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

background-color css

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

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

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

border-color css

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

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

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