Html Css Color HEX #2F1B33 Mardi Gras

📋 copy color: '#2F1B33'

red 47 ◦ green 27 ◦ blue 51

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

Shades of Mardi Gras #2F1B33

Tints of Mardi Gras #2F1B33

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.6%

 BLUE value IS 51 (20.31% from 255) = 40.8%

R = 37.6%
G = 21.6%
B = 40.8%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#2F1B33 (or 0x2F1B33) is known color: Mardi Gras. HEX triplet: 2F, 1B and 33. RGB value is (47,27,51). Sum of RGB (Red+Green+Blue) = 47+27+51=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 51 - color contains mainly: blue. Hex color #2F1B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1B33 is #D0E4CC. Grayscale: #232323. Windows color (decimal): -13690061 or 3349295. OLE color: 3349295.

HSL color Cylindrical-coordinate representation of color #2F1B33: hue angle of 290º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F1B33 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 47 27 51 -
CMYK 0.08 0.47 0 0.8
HSL 290º 0.31% 0.15% -
HSV(B) 290º 0.47% 0.2% -
XYZ 2.16 1.63 3.33 -
YUV 35.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 47 27 51 0.08 0.47 0 0.8 290 0.31 0.15
Hex 2F 1B 33 8 2F 0 50 122 1F F
Octal 57 33 63 10 57 0 120 442 37 17
Binary 101111 11011 110011 1000 101111 0 1010000 100100010 11111 1111

Color Harmonies of #2F1B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1B33

Black with #2F1B33

Text Example


Text Example

White with #2F1B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,27,51); }

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

background-color css

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

 a { background-color: rgb(47,27,51); }

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

border-color css

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

 span { border-color: rgb(47,27,51); }

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