Html Css Color HEX #300C2B Mardi Gras

📋 copy color: '#300C2B'

red 48 ◦ green 12 ◦ blue 43

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

Shades of Mardi Gras #300C2B

Tints of Mardi Gras #300C2B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.65%

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

R = 46.6%
G = 11.65%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#300C2B (or 0x300C2B) is known color: Mardi Gras. HEX triplet: 30, 0C and 2B. RGB value is (48,12,43). Sum of RGB (Red+Green+Blue) = 48+12+43=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #300C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C2B is #CFF3D4. Grayscale: #1A1A1A. Windows color (decimal): -13628373 or 2821168. OLE color: 2821168.

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

Color convert

RGB 48 12 43 -
CMYK 0 0.75 0.10 0.81
HSL 308.33º 0.6% 0.12% -
HSV(B) 308.33º 0.75% 0.19% -
XYZ 1.79 1.07 2.4 -
YUV 26.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 48 12 43 0 0.75 0.10 0.81 308.33 0.6 0.12
Hex 30 C 2B 0 4B A 51 134 3C C
Octal 60 14 53 0 113 12 121 464 74 14
Binary 110000 1100 101011 0 1001011 1010 1010001 100110100 111100 1100

Color Harmonies of #300C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300C2B

Black with #300C2B

Text Example


Text Example

White with #300C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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