Html Css Color HEX #271224 Mardi Gras

📋 copy color: '#271224'

red 39 ◦ green 18 ◦ blue 36

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

Shades of Mardi Gras #271224

Tints of Mardi Gras #271224

RGB

 RED value IS 39 (15.63% from 255) = 41.94%

 GREEN value IS 18 (7.42% from 255) = 19.35%

 BLUE value IS 36 (14.45% from 255) = 38.71%

R = 41.94%
G = 19.35%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.85

RGB Variations

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

Color information

#271224 (or 0x271224) is known color: Mardi Gras. HEX triplet: 27, 12 and 24. RGB value is (39,18,36). Sum of RGB (Red+Green+Blue) = 39+18+36=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 36 (14.45% from 255 or 38.71% from 93); Max value from RGB is 39 - color contains mainly: red. Hex color #271224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271224 is #D8EDDB. Grayscale: #1A1A1A. Windows color (decimal): -14216668 or 2363943. OLE color: 2363943.

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

Color convert

RGB 39 18 36 -
CMYK 0 0.54 0.08 0.85
HSL 308.57º 0.37% 0.11% -
HSV(B) 308.57º 0.54% 0.15% -
XYZ 1.37 0.99 1.79 -
YUV 26.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 39 18 36 0 0.54 0.08 0.85 308.57 0.37 0.11
Hex 27 12 24 0 36 8 55 135 25 B
Octal 47 22 44 0 66 10 125 465 45 13
Binary 100111 10010 100100 0 110110 1000 1010101 100110101 100101 1011

Color Harmonies of #271224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271224

Black with #271224

Text Example


Text Example

White with #271224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271224; }

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

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

background-color css

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

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

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

border-color css

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

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

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