Html Css Color HEX #300B2E Mardi Gras

📋 copy color: '#300B2E'

red 48 ◦ green 11 ◦ blue 46

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

Shades of Mardi Gras #300B2E

Tints of Mardi Gras #300B2E

RGB

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

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

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

R = 45.71%
G = 10.48%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#300B2E (or 0x300B2E) is known color: Mardi Gras. HEX triplet: 30, 0B and 2E. RGB value is (48,11,46). Sum of RGB (Red+Green+Blue) = 48+11+46=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #300B2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B2E is #CFF4D1. Grayscale: #191919. Windows color (decimal): -13628626 or 3017520. OLE color: 3017520.

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

Color convert

RGB 48 11 46 -
CMYK 0 0.77 0.04 0.81
HSL 303.24º 0.63% 0.12% -
HSV(B) 303.24º 0.77% 0.19% -
XYZ 1.83 1.06 2.69 -
YUV 26.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 48 11 46 0 0.77 0.04 0.81 303.24 0.63 0.12
Hex 30 B 2E 0 4D 4 51 12F 3F C
Octal 60 13 56 0 115 4 121 457 77 14
Binary 110000 1011 101110 0 1001101 100 1010001 100101111 111111 1100

Color Harmonies of #300B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300B2E

Black with #300B2E

Text Example


Text Example

White with #300B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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