Html Css Color HEX #330833 Mardi Gras

📋 copy color: '#330833'

red 51 ◦ green 8 ◦ blue 51

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

Shades of Mardi Gras #330833

Tints of Mardi Gras #330833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.27%

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

R = 46.36%
G = 7.27%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#330833 (or 0x330833) is known color: Mardi Gras. HEX triplet: 33, 08 and 33. RGB value is (51,8,51). Sum of RGB (Red+Green+Blue) = 51+8+51=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 51 - color contains mainly: red, blue. Hex color #330833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330833 is #CCF7CC. Grayscale: #191919. Windows color (decimal): -13432781 or 3344435. OLE color: 3344435.

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

Color convert

RGB 51 8 51 -
CMYK 0 0.84 0 0.8
HSL 300º 0.73% 0.12% -
HSV(B) 300º 0.84% 0.2% -
XYZ 2.05 1.12 3.24 -
YUV 25.76 142.25 146 -
System Red Green Blue C M Y K H S L
Decimal 51 8 51 0 0.84 0 0.8 300 0.73 0.12
Hex 33 8 33 0 54 0 50 12C 49 C
Octal 63 10 63 0 124 0 120 454 111 14
Binary 110011 1000 110011 0 1010100 0 1010000 100101100 1001001 1100

Color Harmonies of #330833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330833

Black with #330833

Text Example


Text Example

White with #330833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330833; }

 p { color: rgb(51,8,51); }

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

background-color css

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

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

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

border-color css

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

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

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