Html Css Color HEX #2F0129 Mardi Gras

📋 copy color: '#2F0129'

red 47 ◦ green 1 ◦ blue 41

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

Shades of Mardi Gras #2F0129

Tints of Mardi Gras #2F0129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.12%

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

R = 52.81%
G = 1.12%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.82

RGB Variations

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

Color information

#2F0129 (or 0x2F0129) is known color: Mardi Gras. HEX triplet: 2F, 01 and 29. RGB value is (47,1,41). Sum of RGB (Red+Green+Blue) = 47+1+41=89 (11% of max value = 765). Red value is 47 (18.75% from 255 or 52.81% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 41 (16.41% from 255 or 46.07% from 89); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0129 is #D0FED6. Grayscale: #131313. Windows color (decimal): -13696727 or 2687279. OLE color: 2687279.

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

Color convert

RGB 47 1 41 -
CMYK 0 0.98 0.13 0.82
HSL 307.83º 0.96% 0.09% -
HSV(B) 307.83º 0.98% 0.18% -
XYZ 1.58 0.79 2.17 -
YUV 19.31 140.24 147.75 -
System Red Green Blue C M Y K H S L
Decimal 47 1 41 0 0.98 0.13 0.82 307.83 0.96 0.09
Hex 2F 1 29 0 62 D 52 134 60 9
Octal 57 1 51 0 142 15 122 464 140 11
Binary 101111 1 101001 0 1100010 1101 1010010 100110100 1100000 1001

Color Harmonies of #2F0129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0129

Black with #2F0129

Text Example


Text Example

White with #2F0129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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