Html Css Color HEX #271429 Mardi Gras

📋 copy color: '#271429'

red 39 ◦ green 20 ◦ blue 41

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

Shades of Mardi Gras #271429

Tints of Mardi Gras #271429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20%

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

R = 39%
G = 20%
B = 41%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#271429 (or 0x271429) is known color: Mardi Gras. HEX triplet: 27, 14 and 29. RGB value is (39,20,41). Sum of RGB (Red+Green+Blue) = 39+20+41=100 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 41 - color contains mainly: blue. Hex color #271429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271429 is #D8EBD6. Grayscale: #1C1C1C. Windows color (decimal): -14216151 or 2692135. OLE color: 2692135.

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

Color convert

RGB 39 20 41 -
CMYK 0.05 0.51 0 0.84
HSL 294.29º 0.34% 0.12% -
HSV(B) 294.29º 0.51% 0.16% -
XYZ 1.49 1.09 2.23 -
YUV 28.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 39 20 41 0.05 0.51 0 0.84 294.29 0.34 0.12
Hex 27 14 29 5 33 0 54 126 22 C
Octal 47 24 51 5 63 0 124 446 42 14
Binary 100111 10100 101001 101 110011 0 1010100 100100110 100010 1100

Color Harmonies of #271429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271429

Black with #271429

Text Example


Text Example

White with #271429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271429; }

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

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

background-color css

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

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

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

border-color css

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

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

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