Html Css Color HEX #250921 Mardi Gras

📋 copy color: '#250921'

red 37 ◦ green 9 ◦ blue 33

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

Shades of Mardi Gras #250921

Tints of Mardi Gras #250921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.39%

 BLUE value IS 33 (13.28% from 255) = 41.77%

R = 46.84%
G = 11.39%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#250921 (or 0x250921) is known color: Mardi Gras. HEX triplet: 25, 09 and 21. RGB value is (37,9,33). Sum of RGB (Red+Green+Blue) = 37+9+33=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 33 (13.28% from 255 or 41.77% from 79); Max value from RGB is 37 - color contains mainly: red. Hex color #250921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250921 is #DAF6DE. Grayscale: #141414. Windows color (decimal): -14350047 or 2165029. OLE color: 2165029.

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

Color convert

RGB 37 9 33 -
CMYK 0 0.76 0.11 0.85
HSL 308.57º 0.61% 0.09% -
HSV(B) 308.57º 0.76% 0.15% -
XYZ 1.14 0.7 1.51 -
YUV 20.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 37 9 33 0 0.76 0.11 0.85 308.57 0.61 0.09
Hex 25 9 21 0 4C B 55 135 3D 9
Octal 45 11 41 0 114 13 125 465 75 11
Binary 100101 1001 100001 0 1001100 1011 1010101 100110101 111101 1001

Color Harmonies of #250921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250921

Black with #250921

Text Example


Text Example

White with #250921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250921; }

 p { color: rgb(37,9,33); }

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

background-color css

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

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

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

border-color css

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

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

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