Html Css Color HEX #271526 Mardi Gras

📋 copy color: '#271526'

red 39 ◦ green 21 ◦ blue 38

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

Shades of Mardi Gras #271526

Tints of Mardi Gras #271526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 38.78%

R = 39.8%
G = 21.43%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#271526 (or 0x271526) is known color: Mardi Gras. HEX triplet: 27, 15 and 26. RGB value is (39,21,38). Sum of RGB (Red+Green+Blue) = 39+21+38=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 38 (15.23% from 255 or 38.78% from 98); Max value from RGB is 39 - color contains mainly: red. Hex color #271526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271526 is #D8EAD9. Grayscale: #1C1C1C. Windows color (decimal): -14215898 or 2495783. OLE color: 2495783.

HSL color Cylindrical-coordinate representation of color #271526: hue angle of 303.33º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #271526 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 21 38 -
CMYK 0 0.46 0.03 0.85
HSL 303.33º 0.3% 0.12% -
HSV(B) 303.33º 0.46% 0.15% -
XYZ 1.45 1.11 1.97 -
YUV 28.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 39 21 38 0 0.46 0.03 0.85 303.33 0.3 0.12
Hex 27 15 26 0 2E 3 55 12F 1E C
Octal 47 25 46 0 56 3 125 457 36 14
Binary 100111 10101 100110 0 101110 11 1010101 100101111 11110 1100

Color Harmonies of #271526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271526

Black with #271526

Text Example


Text Example

White with #271526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271526; }

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

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

background-color css

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

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

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

border-color css

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

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

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