Html Css Color HEX #330E2D Mardi Gras

📋 copy color: '#330E2D'

red 51 ◦ green 14 ◦ blue 45

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

Shades of Mardi Gras #330E2D

Tints of Mardi Gras #330E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 40.91%

R = 46.36%
G = 12.73%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.8

RGB Variations

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

Color information

#330E2D (or 0x330E2D) is known color: Mardi Gras. HEX triplet: 33, 0E and 2D. RGB value is (51,14,45). Sum of RGB (Red+Green+Blue) = 51+14+45=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #330E2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330E2D is #CCF1D2. Grayscale: #1C1C1C. Windows color (decimal): -13431251 or 2952755. OLE color: 2952755.

HSL color Cylindrical-coordinate representation of color #330E2D: hue angle of 309.73º 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 #330E2D is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 14 45 -
CMYK 0 0.73 0.12 0.8
HSL 309.73º 0.57% 0.13% -
HSV(B) 309.73º 0.73% 0.2% -
XYZ 2 1.21 2.61 -
YUV 28.6 137.26 143.98 -
System Red Green Blue C M Y K H S L
Decimal 51 14 45 0 0.73 0.12 0.8 309.73 0.57 0.13
Hex 33 E 2D 0 49 C 50 136 39 D
Octal 63 16 55 0 111 14 120 466 71 15
Binary 110011 1110 101101 0 1001001 1100 1010000 100110110 111001 1101

Color Harmonies of #330E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330E2D

Black with #330E2D

Text Example


Text Example

White with #330E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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