#251024

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

Shades of Mardi Gras #251024

Tints of Mardi Gras #251024

Color information

#251024 (or 0x251024) is unknown color: approx Mardi Gras. HEX triplet: 25, 10 and 24. RGB value is (37,16,36). Sum of RGB (Red+Green+Blue) = 37+16+36=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 37 - color contains mainly: red. Hex color #251024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251024 is #DAEFDB. Grayscale: #181818. Windows color (decimal): -14348252 or 2363429. OLE color: 2363429.

HSL color Cylindrical-coordinate representation of color #251024: hue angle of 302.86º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #251024 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB371636-
CMYK00.570.030.85
HSL302.86º39.62%10.39%-
HSV(B)302.86º56.76%14.51%-
XYZ1.270.891.77-
YUV24.56134.46136.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.57%
GREEN value IS 16 (6.64% from 255) = 17.98%
BLUE value IS 36 (14.45% from 255) = 40.45%
R=41.57%
G=17.98%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37163600.570.030.85302.8639.6210.39
Hex25102403935512f28a
Octal45204407131254575012
Binary1001011000010010001110011110101011001011111010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251024; }

 p { color: rgb(37,16,36); }

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

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

 a { background-color: rgb(37,16,36); }

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

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

 span { border-color: rgb(37,16,36); }

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