#250A23

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

Shades of Mardi Gras #250A23

Tints of Mardi Gras #250A23

Color information

#250A23 (or 0x250A23) is unknown color: approx Mardi Gras. HEX triplet: 25, 0A and 23. RGB value is (37,10,35). Sum of RGB (Red+Green+Blue) = 37+10+35=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 35 (14.06% from 255 or 42.68% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #250A23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A23 is #DAF5DC. Grayscale: #141414. Windows color (decimal): -14349789 or 2296357. OLE color: 2296357.

HSL color Cylindrical-coordinate representation of color #250A23: hue angle of 304.44º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #250A23 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB371035-
CMYK00.730.050.85
HSL304.44º57.45%9.22%-
HSV(B)304.44º72.97%14.51%-
XYZ1.170.731.67-
YUV20.92135.95139.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.12%
GREEN value IS 10 (4.30% from 255) = 12.20%
BLUE value IS 35 (14.06% from 255) = 42.68%
R=45.12%
G=12.20%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37103500.730.050.85304.4457.459.22
Hex25A23049555130399
Octal451243011151254607111
Binary10010110101000110100100110110101011001100001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,10,35); }

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

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

 a { background-color: rgb(37,10,35); }

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

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

 span { border-color: rgb(37,10,35); }

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