Html Css Color HEX #300B2B Mardi Gras

📋 copy color: '#300B2B'

red 48 ◦ green 11 ◦ blue 43

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

Shades of Mardi Gras #300B2B

Tints of Mardi Gras #300B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 42.16%

R = 47.06%
G = 10.78%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#300B2B (or 0x300B2B) is known color: Mardi Gras. HEX triplet: 30, 0B and 2B. RGB value is (48,11,43). Sum of RGB (Red+Green+Blue) = 48+11+43=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #300B2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B2B is #CFF4D4. Grayscale: #191919. Windows color (decimal): -13628629 or 2820912. OLE color: 2820912.

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

Color convert

RGB 48 11 43 -
CMYK 0 0.77 0.10 0.81
HSL 308.11º 0.63% 0.12% -
HSV(B) 308.11º 0.77% 0.19% -
XYZ 1.77 1.04 2.39 -
YUV 25.71 137.76 143.9 -
System Red Green Blue C M Y K H S L
Decimal 48 11 43 0 0.77 0.10 0.81 308.11 0.63 0.12
Hex 30 B 2B 0 4D A 51 134 3F C
Octal 60 13 53 0 115 12 121 464 77 14
Binary 110000 1011 101011 0 1001101 1010 1010001 100110100 111111 1100

Color Harmonies of #300B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300B2B

Black with #300B2B

Text Example


Text Example

White with #300B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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