Html Css Color HEX #301C2E Mardi Gras

📋 copy color: '#301C2E'

red 48 ◦ green 28 ◦ blue 46

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

Shades of Mardi Gras #301C2E

Tints of Mardi Gras #301C2E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.95%

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

R = 39.34%
G = 22.95%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#301C2E (or 0x301C2E) is known color: Mardi Gras. HEX triplet: 30, 1C and 2E. RGB value is (48,28,46). Sum of RGB (Red+Green+Blue) = 48+28+46=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 48 - color contains mainly: red. Hex color #301C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C2E is #CFE3D1. Grayscale: #232323. Windows color (decimal): -13624274 or 3021872. OLE color: 3021872.

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

Color convert

RGB 48 28 46 -
CMYK 0 0.42 0.04 0.81
HSL 306º 0.26% 0.15% -
HSV(B) 306º 0.42% 0.19% -
XYZ 2.13 1.66 2.79 -
YUV 36.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 48 28 46 0 0.42 0.04 0.81 306 0.26 0.15
Hex 30 1C 2E 0 2A 4 51 132 1A F
Octal 60 34 56 0 52 4 121 462 32 17
Binary 110000 11100 101110 0 101010 100 1010001 100110010 11010 1111

Color Harmonies of #301C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C2E

Black with #301C2E

Text Example


Text Example

White with #301C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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