Html Css Color HEX #330837 Mardi Gras

📋 copy color: '#330837'

red 51 ◦ green 8 ◦ blue 55

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

Shades of Mardi Gras #330837

Tints of Mardi Gras #330837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 48.25%

R = 44.74%
G = 7.02%
B = 48.25%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#330837 (or 0x330837) is known color: Mardi Gras. HEX triplet: 33, 08 and 37. RGB value is (51,8,55). Sum of RGB (Red+Green+Blue) = 51+8+55=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 55 (21.88% from 255 or 48.25% from 114); Max value from RGB is 55 - color contains mainly: blue. Hex color #330837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330837 is #CCF7C8. Grayscale: #1A1A1A. Windows color (decimal): -13432777 or 3606579. OLE color: 3606579.

HSL color Cylindrical-coordinate representation of color #330837: hue angle of 294.89º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #330837 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 8 55 -
CMYK 0.07 0.85 0 0.78
HSL 294.89º 0.75% 0.12% -
HSV(B) 294.89º 0.85% 0.22% -
XYZ 2.14 1.15 3.72 -
YUV 26.22 144.25 145.68 -
System Red Green Blue C M Y K H S L
Decimal 51 8 55 0.07 0.85 0 0.78 294.89 0.75 0.12
Hex 33 8 37 7 55 0 4E 127 4B C
Octal 63 10 67 7 125 0 116 447 113 14
Binary 110011 1000 110111 111 1010101 0 1001110 100100111 1001011 1100

Color Harmonies of #330837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330837

Black with #330837

Text Example


Text Example

White with #330837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330837; }

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

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

background-color css

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

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

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

border-color css

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

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

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