Html Css Color HEX #271128 Mardi Gras

📋 copy color: '#271128'

red 39 ◦ green 17 ◦ blue 40

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

Shades of Mardi Gras #271128

Tints of Mardi Gras #271128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.71%

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

R = 40.63%
G = 17.71%
B = 41.67%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#271128 (or 0x271128) is known color: Mardi Gras. HEX triplet: 27, 11 and 28. RGB value is (39,17,40). Sum of RGB (Red+Green+Blue) = 39+17+40=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 40 - color contains mainly: blue. Hex color #271128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271128 is #D8EED7. Grayscale: #1A1A1A. Windows color (decimal): -14216920 or 2625831. OLE color: 2625831.

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

Color convert

RGB 39 17 40 -
CMYK 0.02 0.57 0 0.84
HSL 297.39º 0.4% 0.11% -
HSV(B) 297.39º 0.58% 0.16% -
XYZ 1.42 0.99 2.12 -
YUV 26.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 39 17 40 0.02 0.57 0 0.84 297.39 0.4 0.11
Hex 27 11 28 2 39 0 54 129 28 B
Octal 47 21 50 2 71 0 124 451 50 13
Binary 100111 10001 101000 10 111001 0 1010100 100101001 101000 1011

Color Harmonies of #271128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271128

Black with #271128

Text Example


Text Example

White with #271128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271128; }

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

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

background-color css

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

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

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

border-color css

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

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

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