Html Css Color HEX #271829 Mardi Gras

📋 copy color: '#271829'

red 39 ◦ green 24 ◦ blue 41

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

Shades of Mardi Gras #271829

Tints of Mardi Gras #271829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 23.08%

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

R = 37.5%
G = 23.08%
B = 39.42%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#271829 (or 0x271829) is known color: Mardi Gras. HEX triplet: 27, 18 and 29. RGB value is (39,24,41). Sum of RGB (Red+Green+Blue) = 39+24+41=104 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.5% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 41 (16.41% from 255 or 39.42% from 104); Max value from RGB is 41 - color contains mainly: blue. Hex color #271829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271829 is #D8E7D6. Grayscale: #1E1E1E. Windows color (decimal): -14215127 or 2693159. OLE color: 2693159.

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

Color convert

RGB 39 24 41 -
CMYK 0.05 0.41 0 0.84
HSL 292.94º 0.26% 0.13% -
HSV(B) 292.94º 0.41% 0.16% -
XYZ 1.56 1.24 2.26 -
YUV 30.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 39 24 41 0.05 0.41 0 0.84 292.94 0.26 0.13
Hex 27 18 29 5 29 0 54 125 1A D
Octal 47 30 51 5 51 0 124 445 32 15
Binary 100111 11000 101001 101 101001 0 1010100 100100101 11010 1101

Color Harmonies of #271829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271829

Black with #271829

Text Example


Text Example

White with #271829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271829; }

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

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

background-color css

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

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

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

border-color css

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

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

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