Html Css Color HEX #2F132A Mardi Gras

📋 copy color: '#2F132A'

red 47 ◦ green 19 ◦ blue 42

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

Shades of Mardi Gras #2F132A

Tints of Mardi Gras #2F132A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.59%

 BLUE value IS 42 (16.8% from 255) = 38.89%

R = 43.52%
G = 17.59%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.82

RGB Variations

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

Color information

#2F132A (or 0x2F132A) is known color: Mardi Gras. HEX triplet: 2F, 13 and 2A. RGB value is (47,19,42). Sum of RGB (Red+Green+Blue) = 47+19+42=108 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.52% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 42 (16.80% from 255 or 38.89% from 108); Max value from RGB is 47 - color contains mainly: red. Hex color #2F132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F132A is #D0ECD5. Grayscale: #1D1D1D. Windows color (decimal): -13692118 or 2757423. OLE color: 2757423.

HSL color Cylindrical-coordinate representation of color #2F132A: hue angle of 310.71º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F132A is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 19 42 -
CMYK 0 0.60 0.11 0.82
HSL 310.71º 0.42% 0.13% -
HSV(B) 310.71º 0.6% 0.18% -
XYZ 1.82 1.24 2.33 -
YUV 29.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 47 19 42 0 0.60 0.11 0.82 310.71 0.42 0.13
Hex 2F 13 2A 0 3C B 52 137 2A D
Octal 57 23 52 0 74 13 122 467 52 15
Binary 101111 10011 101010 0 111100 1011 1010010 100110111 101010 1101

Color Harmonies of #2F132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F132A

Black with #2F132A

Text Example


Text Example

White with #2F132A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,19,42); }

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

background-color css

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

 a { background-color: rgb(47,19,42); }

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

border-color css

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

 span { border-color: rgb(47,19,42); }

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