Html Css Color HEX #2F072B Mardi Gras

📋 copy color: '#2F072B'

red 47 ◦ green 7 ◦ blue 43

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

Shades of Mardi Gras #2F072B

Tints of Mardi Gras #2F072B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 44.33%

R = 48.45%
G = 7.22%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.82

RGB Variations

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

Color information

#2F072B (or 0x2F072B) is known color: Mardi Gras. HEX triplet: 2F, 07 and 2B. RGB value is (47,7,43). Sum of RGB (Red+Green+Blue) = 47+7+43=97 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.45% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 43 (17.19% from 255 or 44.33% from 97); Max value from RGB is 47 - color contains mainly: red. Hex color #2F072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F072B is #D0F8D4. Grayscale: #161616. Windows color (decimal): -13695189 or 2819887. OLE color: 2819887.

HSL color Cylindrical-coordinate representation of color #2F072B: hue angle of 306º 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 #2F072B is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 7 43 -
CMYK 0 0.85 0.09 0.82
HSL 306º 0.74% 0.11% -
HSV(B) 306º 0.85% 0.18% -
XYZ 1.68 0.93 2.38 -
YUV 23.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 47 7 43 0 0.85 0.09 0.82 306 0.74 0.11
Hex 2F 7 2B 0 55 9 52 132 4A B
Octal 57 7 53 0 125 11 122 462 112 13
Binary 101111 111 101011 0 1010101 1001 1010010 100110010 1001010 1011

Color Harmonies of #2F072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F072B

Black with #2F072B

Text Example


Text Example

White with #2F072B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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