Html Css Color HEX #2F0429 Mardi Gras

📋 copy color: '#2F0429'

red 47 ◦ green 4 ◦ blue 41

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

Shades of Mardi Gras #2F0429

Tints of Mardi Gras #2F0429

RGB

 RED value IS 47 (18.75% from 255) = 51.09%

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

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

R = 51.09%
G = 4.35%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.82

RGB Variations

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

Color information

#2F0429 (or 0x2F0429) is known color: Mardi Gras. HEX triplet: 2F, 04 and 29. RGB value is (47,4,41). Sum of RGB (Red+Green+Blue) = 47+4+41=92 (12% of max value = 765). Red value is 47 (18.75% from 255 or 51.09% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0429 is #D0FBD6. Grayscale: #141414. Windows color (decimal): -13695959 or 2688047. OLE color: 2688047.

HSL color Cylindrical-coordinate representation of color #2F0429: hue angle of 308.37º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F0429 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 4 41 -
CMYK 0 0.91 0.13 0.82
HSL 308.37º 0.84% 0.1% -
HSV(B) 308.37º 0.91% 0.18% -
XYZ 1.62 0.85 2.18 -
YUV 21.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 47 4 41 0 0.91 0.13 0.82 308.37 0.84 0.1
Hex 2F 4 29 0 5B D 52 134 54 A
Octal 57 4 51 0 133 15 122 464 124 12
Binary 101111 100 101001 0 1011011 1101 1010010 100110100 1010100 1010

Color Harmonies of #2F0429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0429

Black with #2F0429

Text Example


Text Example

White with #2F0429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F0429; }

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

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

background-color css

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

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

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

border-color css

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

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

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