Html Css Color HEX #301B2D Mardi Gras

📋 copy color: '#301B2D'

red 48 ◦ green 27 ◦ blue 45

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

Shades of Mardi Gras #301B2D

Tints of Mardi Gras #301B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 37.5%

R = 40%
G = 22.5%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#301B2D (or 0x301B2D) is known color: Mardi Gras. HEX triplet: 30, 1B and 2D. RGB value is (48,27,45). Sum of RGB (Red+Green+Blue) = 48+27+45=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 48 - color contains mainly: red. Hex color #301B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B2D is #CFE4D2. Grayscale: #232323. Windows color (decimal): -13624531 or 2956080. OLE color: 2956080.

HSL color Cylindrical-coordinate representation of color #301B2D: hue angle of 308.57º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #301B2D is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 27 45 -
CMYK 0 0.44 0.06 0.81
HSL 308.57º 0.28% 0.15% -
HSV(B) 308.57º 0.44% 0.19% -
XYZ 2.08 1.6 2.68 -
YUV 35.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 48 27 45 0 0.44 0.06 0.81 308.57 0.28 0.15
Hex 30 1B 2D 0 2C 6 51 135 1C F
Octal 60 33 55 0 54 6 121 465 34 17
Binary 110000 11011 101101 0 101100 110 1010001 100110101 11100 1111

Color Harmonies of #301B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B2D

Black with #301B2D

Text Example


Text Example

White with #301B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,27,45); }

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

background-color css

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

 a { background-color: rgb(48,27,45); }

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

border-color css

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

 span { border-color: rgb(48,27,45); }

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