Html Css Color HEX #330C2E Mardi Gras

📋 copy color: '#330C2E'

red 51 ◦ green 12 ◦ blue 46

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

Shades of Mardi Gras #330C2E

Tints of Mardi Gras #330C2E

RGB

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

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

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

R = 46.79%
G = 11.01%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.8

RGB Variations

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

Color information

#330C2E (or 0x330C2E) is known color: Mardi Gras. HEX triplet: 33, 0C and 2E. RGB value is (51,12,46). Sum of RGB (Red+Green+Blue) = 51+12+46=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #330C2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C2E is #CCF3D1. Grayscale: #1B1B1B. Windows color (decimal): -13431762 or 3017779. OLE color: 3017779.

HSL color Cylindrical-coordinate representation of color #330C2E: hue angle of 307.69º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #330C2E is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 12 46 -
CMYK 0 0.76 0.10 0.8
HSL 307.69º 0.62% 0.12% -
HSV(B) 307.69º 0.76% 0.2% -
XYZ 1.99 1.16 2.7 -
YUV 27.54 138.42 144.74 -
System Red Green Blue C M Y K H S L
Decimal 51 12 46 0 0.76 0.10 0.8 307.69 0.62 0.12
Hex 33 C 2E 0 4C A 50 134 3E C
Octal 63 14 56 0 114 12 120 464 76 14
Binary 110011 1100 101110 0 1001100 1010 1010000 100110100 111110 1100

Color Harmonies of #330C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330C2E

Black with #330C2E

Text Example


Text Example

White with #330C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,12,46); }

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

background-color css

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

 a { background-color: rgb(51,12,46); }

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

border-color css

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

 span { border-color: rgb(51,12,46); }

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