#241325

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

Shades of Mardi Gras #241325

Tints of Mardi Gras #241325

Color information

#241325 (or 0x241325) is unknown color: approx Mardi Gras. HEX triplet: 24, 13 and 25. RGB value is (36,19,37). Sum of RGB (Red+Green+Blue) = 36+19+37=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 37 - color contains mainly: blue. Hex color #241325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241325 is #DBECDA. Grayscale: #1A1A1A. Windows color (decimal): -14413019 or 2429732. OLE color: 2429732.

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

Color convert

RGB361937-
CMYK0.030.4900.85
HSL296.67º32.14%10.98%-
HSV(B)296.67º48.65%14.51%-
XYZ1.290.971.87-
YUV26.14134.13135.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 39.13%
GREEN value IS 19 (7.81% from 255) = 20.65%
BLUE value IS 37 (14.84% from 255) = 40.22%
R=39.13%
G=20.65%
B=40.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3619370.030.4900.85296.6732.1410.98
Hex24132533105512920b
Octal44234536101254514013
Binary1001001001110010111110001010101011001010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241325; }

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

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

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

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

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

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

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

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