Html Css Color HEX #301D2F Mardi Gras

📋 copy color: '#301D2F'

red 48 ◦ green 29 ◦ blue 47

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

Shades of Mardi Gras #301D2F

Tints of Mardi Gras #301D2F

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #301D2F: hue angle of 303.16º 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 #301D2F is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 29 47 -
CMYK 0 0.40 0.02 0.81
HSL 303.16º 0.25% 0.15% -
HSV(B) 303.16º 0.4% 0.19% -
XYZ 2.17 1.71 2.91 -
YUV 36.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 48 29 47 0 0.40 0.02 0.81 303.16 0.25 0.15
Hex 30 1D 2F 0 28 2 51 12F 19 F
Octal 60 35 57 0 50 2 121 457 31 17
Binary 110000 11101 101111 0 101000 10 1010001 100101111 11001 1111

Color Harmonies of #301D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301D2F

Black with #301D2F

Text Example


Text Example

White with #301D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301D2F; }

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

 H1.HeaderClassName
 {
   color: #301D2F;
 }
 .AnyTagClassName
 {
   color: #301D2F;
 }
</style>

background-color css

<style>
 a { background-color: #301D2F; }

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

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

border-color css

<style>
 span { border-color: #301D2F; }

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

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