Html Css Color HEX #241327 Mardi Gras

📋 copy color: '#241327'

red 36 ◦ green 19 ◦ blue 39

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

Shades of Mardi Gras #241327

Tints of Mardi Gras #241327

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.21%

 BLUE value IS 39 (15.63% from 255) = 41.49%

R = 38.3%
G = 20.21%
B = 41.49%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#241327 (or 0x241327) is known color: Mardi Gras. HEX triplet: 24, 13 and 27. RGB value is (36,19,39). Sum of RGB (Red+Green+Blue) = 36+19+39=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 39 (15.62% from 255 or 41.49% from 94); Max value from RGB is 39 - color contains mainly: blue. Hex color #241327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241327 is #DBECD8. Grayscale: #1A1A1A. Windows color (decimal): -14413017 or 2560804. OLE color: 2560804.

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

Color convert

RGB 36 19 39 -
CMYK 0.08 0.51 0 0.85
HSL 291º 0.34% 0.11% -
HSV(B) 291º 0.51% 0.15% -
XYZ 1.33 0.99 2.04 -
YUV 26.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 36 19 39 0.08 0.51 0 0.85 291 0.34 0.11
Hex 24 13 27 8 33 0 55 123 22 B
Octal 44 23 47 10 63 0 125 443 42 13
Binary 100100 10011 100111 1000 110011 0 1010101 100100011 100010 1011

Color Harmonies of #241327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241327

Black with #241327

Text Example


Text Example

White with #241327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241327; }

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

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

background-color css

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

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

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

border-color css

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

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

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