Html Css Color HEX #250828 Mardi Gras

📋 copy color: '#250828'

red 37 ◦ green 8 ◦ blue 40

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

Shades of Mardi Gras #250828

Tints of Mardi Gras #250828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.41%

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

R = 43.53%
G = 9.41%
B = 47.06%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#250828 (or 0x250828) is known color: Mardi Gras. HEX triplet: 25, 08 and 28. RGB value is (37,8,40). Sum of RGB (Red+Green+Blue) = 37+8+40=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 40 (16.02% from 255 or 47.06% from 85); Max value from RGB is 40 - color contains mainly: blue. Hex color #250828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250828 is #DAF7D7. Grayscale: #141414. Windows color (decimal): -14350296 or 2623525. OLE color: 2623525.

HSL color Cylindrical-coordinate representation of color #250828: hue angle of 294.38º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #250828 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 8 40 -
CMYK 0.07 0.80 0 0.84
HSL 294.38º 0.67% 0.09% -
HSV(B) 294.38º 0.8% 0.16% -
XYZ 1.23 0.72 2.08 -
YUV 20.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 37 8 40 0.07 0.80 0 0.84 294.38 0.67 0.09
Hex 25 8 28 7 50 0 54 126 43 9
Octal 45 10 50 7 120 0 124 446 103 11
Binary 100101 1000 101000 111 1010000 0 1010100 100100110 1000011 1001

Color Harmonies of #250828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250828

Black with #250828

Text Example


Text Example

White with #250828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250828; }

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

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

background-color css

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

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

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

border-color css

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

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

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