#250C21

Color #250C21 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #250C21

Tints of Mardi Gras #250C21

Color information

#250C21 (or 0x250C21) is unknown color: approx Mardi Gras. HEX triplet: 25, 0C and 21. RGB value is (37,12,33). Sum of RGB (Red+Green+Blue) = 37+12+33=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 33 (13.28% from 255 or 40.24% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #250C21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C21 is #DAF3DE. Grayscale: #151515. Windows color (decimal): -14349279 or 2165797. OLE color: 2165797.

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

Color convert

RGB371233-
CMYK00.680.110.85
HSL309.6º51.02%9.61%-
HSV(B)309.6º67.57%14.51%-
XYZ1.170.771.53-
YUV21.87134.28138.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.12%
GREEN value IS 12 (5.08% from 255) = 14.63%
BLUE value IS 33 (13.28% from 255) = 40.24%
R=45.12%
G=14.63%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37123300.680.110.85309.651.029.61
Hex25C21044B5513633a
Octal4514410104131254666312
Binary100101110010000101000100101110101011001101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #250C21;
 }
 .AnyTagClassName
 {
   color: #250C21;
 }
</style>
background-color css

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

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

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

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

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

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