Html Css Color HEX #301B2E Mardi Gras

📋 copy color: '#301B2E'

red 48 ◦ green 27 ◦ blue 46

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

Shades of Mardi Gras #301B2E

Tints of Mardi Gras #301B2E

RGB

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

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

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

R = 39.67%
G = 22.31%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#301B2E (or 0x301B2E) is known color: Mardi Gras. HEX triplet: 30, 1B and 2E. RGB value is (48,27,46). Sum of RGB (Red+Green+Blue) = 48+27+46=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 48 - color contains mainly: red. Hex color #301B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B2E is #CFE4D1. Grayscale: #232323. Windows color (decimal): -13624530 or 3021616. OLE color: 3021616.

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

Color convert

RGB 48 27 46 -
CMYK 0 0.44 0.04 0.81
HSL 305.71º 0.28% 0.15% -
HSV(B) 305.71º 0.44% 0.19% -
XYZ 2.1 1.61 2.78 -
YUV 35.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 48 27 46 0 0.44 0.04 0.81 305.71 0.28 0.15
Hex 30 1B 2E 0 2C 4 51 132 1C F
Octal 60 33 56 0 54 4 121 462 34 17
Binary 110000 11011 101110 0 101100 100 1010001 100110010 11100 1111

Color Harmonies of #301B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B2E

Black with #301B2E

Text Example


Text Example

White with #301B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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