Html Css Color HEX #270429 Mardi Gras

📋 copy color: '#270429'

red 39 ◦ green 4 ◦ blue 41

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

Shades of Mardi Gras #270429

Tints of Mardi Gras #270429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.76%

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

R = 46.43%
G = 4.76%
B = 48.81%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#270429 (or 0x270429) is known color: Mardi Gras. HEX triplet: 27, 04 and 29. RGB value is (39,4,41). Sum of RGB (Red+Green+Blue) = 39+4+41=84 (11% of max value = 765). Red value is 39 (15.62% from 255 or 46.43% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 41 (16.41% from 255 or 48.81% from 84); Max value from RGB is 41 - color contains mainly: blue. Hex color #270429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270429 is #D8FBD6. Grayscale: #121212. Windows color (decimal): -14220247 or 2688039. OLE color: 2688039.

HSL color Cylindrical-coordinate representation of color #270429: hue angle of 296.76º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #270429 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 39 4 41 -
CMYK 0.05 0.90 0 0.84
HSL 296.76º 0.82% 0.09% -
HSV(B) 296.76º 0.9% 0.16% -
XYZ 1.28 0.68 2.16 -
YUV 18.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 39 4 41 0.05 0.90 0 0.84 296.76 0.82 0.09
Hex 27 4 29 5 5A 0 54 129 52 9
Octal 47 4 51 5 132 0 124 451 122 11
Binary 100111 100 101001 101 1011010 0 1010100 100101001 1010010 1001

Color Harmonies of #270429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270429

Black with #270429

Text Example


Text Example

White with #270429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270429; }

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

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

background-color css

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

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

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

border-color css

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

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

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