Html Css Color HEX #250321 Mardi Gras

📋 copy color: '#250321'

red 37 ◦ green 3 ◦ blue 33

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

Shades of Mardi Gras #250321

Tints of Mardi Gras #250321

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.11%

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

R = 50.68%
G = 4.11%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#250321 (or 0x250321) is known color: Mardi Gras. HEX triplet: 25, 03 and 21. RGB value is (37,3,33). Sum of RGB (Red+Green+Blue) = 37+3+33=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 33 (13.28% from 255 or 45.21% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #250321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250321 is #DAFCDE. Grayscale: #101010. Windows color (decimal): -14351583 or 2163493. OLE color: 2163493.

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

Color convert

RGB 37 3 33 -
CMYK 0 0.92 0.11 0.85
HSL 307.06º 0.85% 0.08% -
HSV(B) 307.06º 0.92% 0.15% -
XYZ 1.07 0.57 1.49 -
YUV 16.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 37 3 33 0 0.92 0.11 0.85 307.06 0.85 0.08
Hex 25 3 21 0 5C B 55 133 55 8
Octal 45 3 41 0 134 13 125 463 125 10
Binary 100101 11 100001 0 1011100 1011 1010101 100110011 1010101 1000

Color Harmonies of #250321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250321

Black with #250321

Text Example


Text Example

White with #250321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250321; }

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

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

background-color css

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

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

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

border-color css

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

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

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