Html Css Color HEX #2F112A Mardi Gras

📋 copy color: '#2F112A'

red 47 ◦ green 17 ◦ blue 42

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

Shades of Mardi Gras #2F112A

Tints of Mardi Gras #2F112A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.04%

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

R = 44.34%
G = 16.04%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.82

RGB Variations

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

Color information

#2F112A (or 0x2F112A) is known color: Mardi Gras. HEX triplet: 2F, 11 and 2A. RGB value is (47,17,42). Sum of RGB (Red+Green+Blue) = 47+17+42=106 (14% of max value = 765). Red value is 47 (18.75% from 255 or 44.34% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 47 - color contains mainly: red. Hex color #2F112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F112A is #D0EED5. Grayscale: #1C1C1C. Windows color (decimal): -13692630 or 2756911. OLE color: 2756911.

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

Color convert

RGB 47 17 42 -
CMYK 0 0.64 0.11 0.82
HSL 310º 0.47% 0.13% -
HSV(B) 310º 0.64% 0.18% -
XYZ 1.79 1.17 2.32 -
YUV 28.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 47 17 42 0 0.64 0.11 0.82 310 0.47 0.13
Hex 2F 11 2A 0 40 B 52 136 2F D
Octal 57 21 52 0 100 13 122 466 57 15
Binary 101111 10001 101010 0 1000000 1011 1010010 100110110 101111 1101

Color Harmonies of #2F112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F112A

Black with #2F112A

Text Example


Text Example

White with #2F112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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