Html Css Color HEX #330C2B Mardi Gras

📋 copy color: '#330C2B'

red 51 ◦ green 12 ◦ blue 43

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

Shades of Mardi Gras #330C2B

Tints of Mardi Gras #330C2B

RGB

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

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

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

R = 48.11%
G = 11.32%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.8

RGB Variations

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

Color information

#330C2B (or 0x330C2B) is known color: Mardi Gras. HEX triplet: 33, 0C and 2B. RGB value is (51,12,43). Sum of RGB (Red+Green+Blue) = 51+12+43=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #330C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C2B is #CCF3D4. Grayscale: #1B1B1B. Windows color (decimal): -13431765 or 2821171. OLE color: 2821171.

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

Color convert

RGB 51 12 43 -
CMYK 0 0.76 0.16 0.8
HSL 312.31º 0.62% 0.12% -
HSV(B) 312.31º 0.76% 0.2% -
XYZ 1.93 1.14 2.4 -
YUV 27.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 51 12 43 0 0.76 0.16 0.8 312.31 0.62 0.12
Hex 33 C 2B 0 4C 10 50 138 3E C
Octal 63 14 53 0 114 20 120 470 76 14
Binary 110011 1100 101011 0 1001100 10000 1010000 100111000 111110 1100

Color Harmonies of #330C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330C2B

Black with #330C2B

Text Example


Text Example

White with #330C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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