Html Css Color HEX #330E2F Mardi Gras

📋 copy color: '#330E2F'

red 51 ◦ green 14 ◦ blue 47

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

Shades of Mardi Gras #330E2F

Tints of Mardi Gras #330E2F

RGB

 RED value IS 51 (20.31% from 255) = 45.54%

 GREEN value IS 14 (5.86% from 255) = 12.5%

 BLUE value IS 47 (18.75% from 255) = 41.96%

R = 45.54%
G = 12.5%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.8

RGB Variations

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

Color information

#330E2F (or 0x330E2F) is known color: Mardi Gras. HEX triplet: 33, 0E and 2F. RGB value is (51,14,47). Sum of RGB (Red+Green+Blue) = 51+14+47=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 14 (5.86% from 255 or 12.5% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 51 - color contains mainly: red. Hex color #330E2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330E2F is #CCF1D0. Grayscale: #1C1C1C. Windows color (decimal): -13431249 or 3083827. OLE color: 3083827.

HSL color Cylindrical-coordinate representation of color #330E2F: hue angle of 306.49º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #330E2F is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 14 47 -
CMYK 0 0.73 0.08 0.8
HSL 306.49º 0.57% 0.13% -
HSV(B) 306.49º 0.73% 0.2% -
XYZ 2.04 1.22 2.82 -
YUV 28.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 51 14 47 0 0.73 0.08 0.8 306.49 0.57 0.13
Hex 33 E 2F 0 49 8 50 132 39 D
Octal 63 16 57 0 111 10 120 462 71 15
Binary 110011 1110 101111 0 1001001 1000 1010000 100110010 111001 1101

Color Harmonies of #330E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330E2F

Black with #330E2F

Text Example


Text Example

White with #330E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330E2F; }

 p { color: rgb(51,14,47); }

 H1.HeaderClassName
 {
   color: #330E2F;
 }
 .AnyTagClassName
 {
   color: #330E2F;
 }
</style>

background-color css

<style>
 a { background-color: #330E2F; }

 a { background-color: rgb(51,14,47); }

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

border-color css

<style>
 span { border-color: #330E2F; }

 span { border-color: rgb(51,14,47); }

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