Html Css Color HEX #250121 Mardi Gras

📋 copy color: '#250121'

red 37 ◦ green 1 ◦ blue 33

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

Shades of Mardi Gras #250121

Tints of Mardi Gras #250121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.41%

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

R = 52.11%
G = 1.41%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#250121 (or 0x250121) is known color: Mardi Gras. HEX triplet: 25, 01 and 21. RGB value is (37,1,33). Sum of RGB (Red+Green+Blue) = 37+1+33=71 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.11% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 33 (13.28% from 255 or 46.48% from 71); Max value from RGB is 37 - color contains mainly: red. Hex color #250121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250121 is #DAFEDE. Grayscale: #0F0F0F. Windows color (decimal): -14352095 or 2162981. OLE color: 2162981.

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

Color convert

RGB 37 1 33 -
CMYK 0 0.97 0.11 0.85
HSL 306.67º 0.95% 0.07% -
HSV(B) 306.67º 0.97% 0.15% -
XYZ 1.05 0.52 1.48 -
YUV 15.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 37 1 33 0 0.97 0.11 0.85 306.67 0.95 0.07
Hex 25 1 21 0 61 B 55 133 5F 7
Octal 45 1 41 0 141 13 125 463 137 7
Binary 100101 1 100001 0 1100001 1011 1010101 100110011 1011111 111

Color Harmonies of #250121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250121

Black with #250121

Text Example


Text Example

White with #250121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250121; }

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

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

background-color css

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

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

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

border-color css

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

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

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