Html Css Color HEX #2F0030 Mardi Gras

📋 copy color: '#2F0030'

red 47 ◦ green 0 ◦ blue 48

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

Shades of Mardi Gras #2F0030

Tints of Mardi Gras #2F0030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.47%
G = 0%
B = 50.53%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2F0030 (or 0x2F0030) is known color: Mardi Gras. HEX triplet: 2F, 00 and 30. RGB value is (47,0,48). Sum of RGB (Red+Green+Blue) = 47+0+48=95 (12% of max value = 765). Red value is 47 (18.75% from 255 or 49.47% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 48 (19.14% from 255 or 50.53% from 95); Max value from RGB is 48 - color contains mainly: blue. Hex color #2F0030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0030 is #D0FFCF. Grayscale: #131313. Windows color (decimal): -13696976 or 3145775. OLE color: 3145775.

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

Color convert

RGB 47 0 48 -
CMYK 0.02 1 0 0.81
HSL 298.75º 1% 0.09% -
HSV(B) 298.75º 1% 0.19% -
XYZ 1.71 0.82 2.86 -
YUV 19.53 144.07 147.6 -
System Red Green Blue C M Y K H S L
Decimal 47 0 48 0.02 1 0 0.81 298.75 1 0.09
Hex 2F 0 30 2 64 0 51 12B 64 9
Octal 57 0 60 2 144 0 121 453 144 11
Binary 101111 0 110000 10 1100100 0 1010001 100101011 1100100 1001

Color Harmonies of #2F0030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0030

Black with #2F0030

Text Example


Text Example

White with #2F0030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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