Html Css Color HEX #2F172E Mardi Gras

📋 copy color: '#2F172E'

red 47 ◦ green 23 ◦ blue 46

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

Shades of Mardi Gras #2F172E

Tints of Mardi Gras #2F172E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.83%

 BLUE value IS 46 (18.36% from 255) = 39.66%

R = 40.52%
G = 19.83%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.82

RGB Variations

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

Color information

#2F172E (or 0x2F172E) is known color: Mardi Gras. HEX triplet: 2F, 17 and 2E. RGB value is (47,23,46). Sum of RGB (Red+Green+Blue) = 47+23+46=116 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.52% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 47 - color contains mainly: red. Hex color #2F172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F172E is #D0E8D1. Grayscale: #202020. Windows color (decimal): -13691090 or 3020591. OLE color: 3020591.

HSL color Cylindrical-coordinate representation of color #2F172E: hue angle of 302.5º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F172E is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 23 46 -
CMYK 0 0.51 0.02 0.82
HSL 302.5º 0.34% 0.14% -
HSV(B) 302.5º 0.51% 0.18% -
XYZ 1.97 1.41 2.75 -
YUV 32.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 47 23 46 0 0.51 0.02 0.82 302.5 0.34 0.14
Hex 2F 17 2E 0 33 2 52 12E 22 E
Octal 57 27 56 0 63 2 122 456 42 16
Binary 101111 10111 101110 0 110011 10 1010010 100101110 100010 1110

Color Harmonies of #2F172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F172E

Black with #2F172E

Text Example


Text Example

White with #2F172E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,23,46); }

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

background-color css

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

 a { background-color: rgb(47,23,46); }

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

border-color css

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

 span { border-color: rgb(47,23,46); }

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