Html Css Color HEX #2F072A Mardi Gras

📋 copy color: '#2F072A'

red 47 ◦ green 7 ◦ blue 42

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

Shades of Mardi Gras #2F072A

Tints of Mardi Gras #2F072A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.29%

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

R = 48.96%
G = 7.29%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.82

RGB Variations

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

Color information

#2F072A (or 0x2F072A) is known color: Mardi Gras. HEX triplet: 2F, 07 and 2A. RGB value is (47,7,42). Sum of RGB (Red+Green+Blue) = 47+7+42=96 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.96% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 47 - color contains mainly: red. Hex color #2F072A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F072A is #D0F8D5. Grayscale: #161616. Windows color (decimal): -13695190 or 2754351. OLE color: 2754351.

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

Color convert

RGB 47 7 42 -
CMYK 0 0.85 0.11 0.82
HSL 307.5º 0.74% 0.11% -
HSV(B) 307.5º 0.85% 0.18% -
XYZ 1.67 0.92 2.28 -
YUV 22.95 138.75 145.15 -
System Red Green Blue C M Y K H S L
Decimal 47 7 42 0 0.85 0.11 0.82 307.5 0.74 0.11
Hex 2F 7 2A 0 55 B 52 134 4A B
Octal 57 7 52 0 125 13 122 464 112 13
Binary 101111 111 101010 0 1010101 1011 1010010 100110100 1001010 1011

Color Harmonies of #2F072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F072A

Black with #2F072A

Text Example


Text Example

White with #2F072A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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