Html Css Color HEX #271529 Mardi Gras

📋 copy color: '#271529'

red 39 ◦ green 21 ◦ blue 41

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

Shades of Mardi Gras #271529

Tints of Mardi Gras #271529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.79%

 BLUE value IS 41 (16.41% from 255) = 40.59%

R = 38.61%
G = 20.79%
B = 40.59%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#271529 (or 0x271529) is known color: Mardi Gras. HEX triplet: 27, 15 and 29. RGB value is (39,21,41). Sum of RGB (Red+Green+Blue) = 39+21+41=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 41 (16.41% from 255 or 40.59% from 101); Max value from RGB is 41 - color contains mainly: blue. Hex color #271529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271529 is #D8EAD6. Grayscale: #1C1C1C. Windows color (decimal): -14215895 or 2692391. OLE color: 2692391.

HSL color Cylindrical-coordinate representation of color #271529: hue angle of 294º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #271529 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 39 21 41 -
CMYK 0.05 0.49 0 0.84
HSL 294º 0.32% 0.12% -
HSV(B) 294º 0.49% 0.16% -
XYZ 1.51 1.13 2.24 -
YUV 28.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 39 21 41 0.05 0.49 0 0.84 294 0.32 0.12
Hex 27 15 29 5 31 0 54 126 20 C
Octal 47 25 51 5 61 0 124 446 40 14
Binary 100111 10101 101001 101 110001 0 1010100 100100110 100000 1100

Color Harmonies of #271529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271529

Black with #271529

Text Example


Text Example

White with #271529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271529; }

 p { color: rgb(39,21,41); }

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

background-color css

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

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

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

border-color css

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

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

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