Html Css Color HEX #241326 Mardi Gras

📋 copy color: '#241326'

red 36 ◦ green 19 ◦ blue 38

#241326
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #241326

Tints of Mardi Gras #241326

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 value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#241326 (or 0x241326) is known color: 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

RGB 36 19 38 -
CMYK 0.05 0.50 0 0.85
HSL 293.68º 0.33% 0.11% -
HSV(B) 293.68º 0.5% 0.15% -
XYZ 1.31 0.98 1.95 -
YUV 26.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 36 19 38 0.05 0.50 0 0.85 293.68 0.33 0.11
Hex 24 13 26 5 32 0 55 126 21 B
Octal 44 23 46 5 62 0 125 446 41 13
Binary 100100 10011 100110 101 110010 0 1010101 100100110 100001 1011

Color Harmonies of #241326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241326

Black with #241326

Text Example


Text Example

White with #241326

Text Example


Text Example

HTML Codes & Css Web 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>