Html Css Color HEX #241B26 Mardi Gras

📋 copy color: '#241B26'

red 36 ◦ green 27 ◦ blue 38

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

Shades of Mardi Gras #241B26

Tints of Mardi Gras #241B26

RGB

 RED value IS 36 (14.45% from 255) = 35.64%

 GREEN value IS 27 (10.94% from 255) = 26.73%

 BLUE value IS 38 (15.23% from 255) = 37.62%

R = 35.64%
G = 26.73%
B = 37.62%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#241B26 (or 0x241B26) is known color: Mardi Gras. HEX triplet: 24, 1B and 26. RGB value is (36,27,38). Sum of RGB (Red+Green+Blue) = 36+27+38=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 27 (10.94% from 255 or 26.73% from 101); Blue value is 38 (15.23% from 255 or 37.62% from 101); Max value from RGB is 38 - color contains mainly: blue. Hex color #241B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241B26 is #DBE4D9. Grayscale: #1E1E1E. Windows color (decimal): -14410970 or 2497316. OLE color: 2497316.

HSL color Cylindrical-coordinate representation of color #241B26: hue angle of 289.09º degrees, saturation: 0.17, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #241B26 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 27 38 -
CMYK 0.05 0.29 0 0.85
HSL 289.09º 0.17% 0.13% -
HSV(B) 289.09º 0.29% 0.15% -
XYZ 1.47 1.3 2.01 -
YUV 30.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 36 27 38 0.05 0.29 0 0.85 289.09 0.17 0.13
Hex 24 1B 26 5 1D 0 55 121 11 D
Octal 44 33 46 5 35 0 125 441 21 15
Binary 100100 11011 100110 101 11101 0 1010101 100100001 10001 1101

Color Harmonies of #241B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241B26

Black with #241B26

Text Example


Text Example

White with #241B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241B26; }

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

 H1.HeaderClassName
 {
   color: #241B26;
 }
 .AnyTagClassName
 {
   color: #241B26;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #241B26;
 }
 .BgClassName
 {
   background-color: #241B26;
 }
</style>

border-color css

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

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

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