Html Css Color HEX #330D36 Mardi Gras

📋 copy color: '#330D36'

red 51 ◦ green 13 ◦ blue 54

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

Shades of Mardi Gras #330D36

Tints of Mardi Gras #330D36

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.02%

 BLUE value IS 54 (21.48% from 255) = 45.76%

R = 43.22%
G = 11.02%
B = 45.76%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#330D36 (or 0x330D36) is known color: Mardi Gras. HEX triplet: 33, 0D and 36. RGB value is (51,13,54). Sum of RGB (Red+Green+Blue) = 51+13+54=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 54 (21.48% from 255 or 45.76% from 118); Max value from RGB is 54 - color contains mainly: blue. Hex color #330D36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330D36 is #CCF2C9. Grayscale: #1C1C1C. Windows color (decimal): -13431498 or 3542323. OLE color: 3542323.

HSL color Cylindrical-coordinate representation of color #330D36: hue angle of 295.61º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #330D36 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 51 13 54 -
CMYK 0.06 0.76 0 0.79
HSL 295.61º 0.61% 0.13% -
HSV(B) 295.61º 0.76% 0.21% -
XYZ 2.18 1.26 3.62 -
YUV 29.04 142.09 143.67 -
System Red Green Blue C M Y K H S L
Decimal 51 13 54 0.06 0.76 0 0.79 295.61 0.61 0.13
Hex 33 D 36 6 4C 0 4F 128 3D D
Octal 63 15 66 6 114 0 117 450 75 15
Binary 110011 1101 110110 110 1001100 0 1001111 100101000 111101 1101

Color Harmonies of #330D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D36

Black with #330D36

Text Example


Text Example

White with #330D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,13,54); }

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

background-color css

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

 a { background-color: rgb(51,13,54); }

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

border-color css

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

 span { border-color: rgb(51,13,54); }

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