Html Css Color HEX #2F1D30 Mardi Gras

📋 copy color: '#2F1D30'

red 47 ◦ green 29 ◦ blue 48

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

Shades of Mardi Gras #2F1D30

Tints of Mardi Gras #2F1D30

RGB

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

 GREEN value IS 29 (11.72% from 255) = 23.39%

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

R = 37.9%
G = 23.39%
B = 38.71%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2F1D30 (or 0x2F1D30) is known color: Mardi Gras. HEX triplet: 2F, 1D and 30. RGB value is (47,29,48). Sum of RGB (Red+Green+Blue) = 47+29+48=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 48 - color contains mainly: blue. Hex color #2F1D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1D30 is #D0E2CF. Grayscale: #242424. Windows color (decimal): -13689552 or 3153199. OLE color: 3153199.

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

Color convert

RGB 47 29 48 -
CMYK 0.02 0.40 0 0.81
HSL 296.84º 0.25% 0.15% -
HSV(B) 296.84º 0.4% 0.19% -
XYZ 2.15 1.7 3.01 -
YUV 36.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 47 29 48 0.02 0.40 0 0.81 296.84 0.25 0.15
Hex 2F 1D 30 2 28 0 51 129 19 F
Octal 57 35 60 2 50 0 121 451 31 17
Binary 101111 11101 110000 10 101000 0 1010001 100101001 11001 1111

Color Harmonies of #2F1D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1D30

Black with #2F1D30

Text Example


Text Example

White with #2F1D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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