Html Css Color HEX #2F2030 Mardi Gras

📋 copy color: '#2F2030'

red 47 ◦ green 32 ◦ blue 48

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

Shades of Mardi Gras #2F2030

Tints of Mardi Gras #2F2030

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.2%

 BLUE value IS 48 (19.14% from 255) = 37.8%

R = 37.01%
G = 25.2%
B = 37.8%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2F2030 (or 0x2F2030) is known color: Mardi Gras. HEX triplet: 2F, 20 and 30. RGB value is (47,32,48). Sum of RGB (Red+Green+Blue) = 47+32+48=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 48 - color contains mainly: blue. Hex color #2F2030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2030 is #D0DFCF. Grayscale: #262626. Windows color (decimal): -13688784 or 3153967. OLE color: 3153967.

HSL color Cylindrical-coordinate representation of color #2F2030: hue angle of 296.25º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2F2030 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 47 32 48 -
CMYK 0.02 0.33 0 0.81
HSL 296.25º 0.2% 0.16% -
HSV(B) 296.25º 0.33% 0.19% -
XYZ 2.22 1.85 3.04 -
YUV 38.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 47 32 48 0.02 0.33 0 0.81 296.25 0.2 0.16
Hex 2F 20 30 2 21 0 51 128 14 10
Octal 57 40 60 2 41 0 121 450 24 20
Binary 101111 100000 110000 10 100001 0 1010001 100101000 10100 10000

Color Harmonies of #2F2030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2030

Black with #2F2030

Text Example


Text Example

White with #2F2030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,32,48); }

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

background-color css

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

 a { background-color: rgb(47,32,48); }

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

border-color css

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

 span { border-color: rgb(47,32,48); }

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