#241326

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

Shades of Mardi Gras #241326

Tints of Mardi Gras #241326

Color information

#241326 (or 0x241326) is unknown color: approx Mardi Gras. HEX triplet: 24, 13 and 26. RGB value is (36,19,38). Sum of RGB (Red+Green+Blue) = 36+19+38=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 38 (15.23% from 255 or 40.86% from 93); Max value from RGB is 38 - color contains mainly: blue. Hex color #241326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241326 is #DBECD9. Grayscale: #1A1A1A. Windows color (decimal): -14413018 or 2495268. OLE color: 2495268.

HSL color Cylindrical-coordinate representation of color #241326: hue angle of 293.68º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #241326 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB361938-
CMYK0.050.5000.85
HSL293.68º33.33%11.18%-
HSV(B)293.68º50%14.9%-
XYZ1.310.981.95-
YUV26.25134.63134.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.71%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 38 (15.23% from 255) = 40.86%
R=38.71%
G=20.43%
B=40.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3619380.050.5000.85293.6833.3311.18
Hex24132653205512621b
Octal44234656201254464113
Binary10010010011100110101110010010101011001001101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241326; }

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

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

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

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

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

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

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

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