#250D23

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

Shades of Mardi Gras #250D23

Tints of Mardi Gras #250D23

Color information

#250D23 (or 0x250D23) is unknown color: approx Mardi Gras. HEX triplet: 25, 0D and 23. RGB value is (37,13,35). Sum of RGB (Red+Green+Blue) = 37+13+35=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 35 (14.06% from 255 or 41.18% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #250D23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D23 is #DAF2DC. Grayscale: #161616. Windows color (decimal): -14349021 or 2297125. OLE color: 2297125.

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

Color convert

RGB371335-
CMYK00.650.050.85
HSL305º48%9.8%-
HSV(B)305º64.86%14.51%-
XYZ1.210.81.68-
YUV22.68134.95138.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.53%
GREEN value IS 13 (5.47% from 255) = 15.29%
BLUE value IS 35 (14.06% from 255) = 41.18%
R=43.53%
G=15.29%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37133500.650.050.85305489.8
Hex25D2304155513130a
Octal451543010151254616012
Binary10010111011000110100000110110101011001100011100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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