Html Css Color HEX #271228 Mardi Gras

📋 copy color: '#271228'

red 39 ◦ green 18 ◦ blue 40

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

Shades of Mardi Gras #271228

Tints of Mardi Gras #271228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 41.24%

R = 40.21%
G = 18.56%
B = 41.24%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#271228 (or 0x271228) is known color: Mardi Gras. HEX triplet: 27, 12 and 28. RGB value is (39,18,40). Sum of RGB (Red+Green+Blue) = 39+18+40=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 40 - color contains mainly: blue. Hex color #271228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271228 is #D8EDD7. Grayscale: #1A1A1A. Windows color (decimal): -14216664 or 2626087. OLE color: 2626087.

HSL color Cylindrical-coordinate representation of color #271228: hue angle of 297.27º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #271228 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 39 18 40 -
CMYK 0.02 0.55 0 0.84
HSL 297.27º 0.38% 0.11% -
HSV(B) 297.27º 0.55% 0.16% -
XYZ 1.44 1.02 2.13 -
YUV 26.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 39 18 40 0.02 0.55 0 0.84 297.27 0.38 0.11
Hex 27 12 28 2 37 0 54 129 26 B
Octal 47 22 50 2 67 0 124 451 46 13
Binary 100111 10010 101000 10 110111 0 1010100 100101001 100110 1011

Color Harmonies of #271228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271228

Black with #271228

Text Example


Text Example

White with #271228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271228; }

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

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

background-color css

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

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

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

border-color css

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

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

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