Html Css Color HEX #300B2A Mardi Gras

📋 copy color: '#300B2A'

red 48 ◦ green 11 ◦ blue 42

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

Shades of Mardi Gras #300B2A

Tints of Mardi Gras #300B2A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.89%

 BLUE value IS 42 (16.8% from 255) = 41.58%

R = 47.52%
G = 10.89%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.81

RGB Variations

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

Color information

#300B2A (or 0x300B2A) is known color: Mardi Gras. HEX triplet: 30, 0B and 2A. RGB value is (48,11,42). Sum of RGB (Red+Green+Blue) = 48+11+42=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #300B2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B2A is #CFF4D5. Grayscale: #191919. Windows color (decimal): -13628630 or 2755376. OLE color: 2755376.

HSL color Cylindrical-coordinate representation of color #300B2A: hue angle of 309.73º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #300B2A is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 11 42 -
CMYK 0 0.77 0.13 0.81
HSL 309.73º 0.63% 0.12% -
HSV(B) 309.73º 0.77% 0.19% -
XYZ 1.76 1.03 2.3 -
YUV 25.6 137.26 143.98 -
System Red Green Blue C M Y K H S L
Decimal 48 11 42 0 0.77 0.13 0.81 309.73 0.63 0.12
Hex 30 B 2A 0 4D D 51 136 3F C
Octal 60 13 52 0 115 15 121 466 77 14
Binary 110000 1011 101010 0 1001101 1101 1010001 100110110 111111 1100

Color Harmonies of #300B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300B2A

Black with #300B2A

Text Example


Text Example

White with #300B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300B2A; }

 p { color: rgb(48,11,42); }

 H1.HeaderClassName
 {
   color: #300B2A;
 }
 .AnyTagClassName
 {
   color: #300B2A;
 }
</style>

background-color css

<style>
 a { background-color: #300B2A; }

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

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

border-color css

<style>
 span { border-color: #300B2A; }

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

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