Html Css Color HEX #271D27 Mardi Gras

📋 copy color: '#271D27'

red 39 ◦ green 29 ◦ blue 39

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

Shades of Mardi Gras #271D27

Tints of Mardi Gras #271D27

RGB

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

 GREEN value IS 29 (11.72% from 255) = 27.1%

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

R = 36.45%
G = 27.1%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#271D27 (or 0x271D27) is known color: Mardi Gras. HEX triplet: 27, 1D and 27. RGB value is (39,29,39). Sum of RGB (Red+Green+Blue) = 39+29+39=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 39 - color contains mainly: red, blue. Hex color #271D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D27 is #D8E2D8. Grayscale: #212121. Windows color (decimal): -14213849 or 2563367. OLE color: 2563367.

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

Color convert

RGB 39 29 39 -
CMYK 0 0.26 0 0.85
HSL 300º 0.15% 0.13% -
HSV(B) 300º 0.26% 0.15% -
XYZ 1.64 1.46 2.11 -
YUV 33.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 39 29 39 0 0.26 0 0.85 300 0.15 0.13
Hex 27 1D 27 0 1A 0 55 12C F D
Octal 47 35 47 0 32 0 125 454 17 15
Binary 100111 11101 100111 0 11010 0 1010101 100101100 1111 1101

Color Harmonies of #271D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271D27

Black with #271D27

Text Example


Text Example

White with #271D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271D27; }

 p { color: rgb(39,29,39); }

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

background-color css

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

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

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

border-color css

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

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

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