Html Css Color HEX #2F2830 Mardi Gras

📋 copy color: '#2F2830'

red 47 ◦ green 40 ◦ blue 48

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

Shades of Mardi Gras #2F2830

Tints of Mardi Gras #2F2830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.63%

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

R = 34.81%
G = 29.63%
B = 35.56%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2F2830 (or 0x2F2830) is known color: Mardi Gras. HEX triplet: 2F, 28 and 30. RGB value is (47,40,48). Sum of RGB (Red+Green+Blue) = 47+40+48=135 (17% of max value = 765). Red value is 47 (18.75% from 255 or 34.81% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 48 - color contains mainly: blue. Hex color #2F2830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2830 is #D0D7CF. Grayscale: #2A2A2A. Windows color (decimal): -13686736 or 3156015. OLE color: 3156015.

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

Color convert

RGB 47 40 48 -
CMYK 0.02 0.17 0 0.81
HSL 292.5º 0.09% 0.17% -
HSV(B) 292.5º 0.17% 0.19% -
XYZ 2.46 2.34 3.12 -
YUV 43.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 47 40 48 0.02 0.17 0 0.81 292.5 0.09 0.17
Hex 2F 28 30 2 11 0 51 124 9 11
Octal 57 50 60 2 21 0 121 444 11 21
Binary 101111 101000 110000 10 10001 0 1010001 100100100 1001 10001

Color Harmonies of #2F2830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2830

Black with #2F2830

Text Example


Text Example

White with #2F2830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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