Html Css Color HEX #301B30 Mardi Gras

📋 copy color: '#301B30'

red 48 ◦ green 27 ◦ blue 48

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

Shades of Mardi Gras #301B30

Tints of Mardi Gras #301B30

RGB

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

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

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

R = 39.02%
G = 21.95%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#301B30 (or 0x301B30) is known color: Mardi Gras. HEX triplet: 30, 1B and 30. RGB value is (48,27,48). Sum of RGB (Red+Green+Blue) = 48+27+48=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #301B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B30 is #CFE4CF. Grayscale: #232323. Windows color (decimal): -13624528 or 3152688. OLE color: 3152688.

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

Color convert

RGB 48 27 48 -
CMYK 0 0.44 0 0.81
HSL 300º 0.28% 0.15% -
HSV(B) 300º 0.44% 0.19% -
XYZ 2.14 1.63 3 -
YUV 35.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 48 27 48 0 0.44 0 0.81 300 0.28 0.15
Hex 30 1B 30 0 2C 0 51 12C 1C F
Octal 60 33 60 0 54 0 121 454 34 17
Binary 110000 11011 110000 0 101100 0 1010001 100101100 11100 1111

Color Harmonies of #301B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B30

Black with #301B30

Text Example


Text Example

White with #301B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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