Html Css Color HEX #330738 Mardi Gras

📋 copy color: '#330738'

red 51 ◦ green 7 ◦ blue 56

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

Shades of Mardi Gras #330738

Tints of Mardi Gras #330738

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.14%

 BLUE value IS 56 (22.27% from 255) = 49.12%

R = 44.74%
G = 6.14%
B = 49.12%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#330738 (or 0x330738) is known color: Mardi Gras. HEX triplet: 33, 07 and 38. RGB value is (51,7,56). Sum of RGB (Red+Green+Blue) = 51+7+56=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 56 (22.27% from 255 or 49.12% from 114); Max value from RGB is 56 - color contains mainly: blue. Hex color #330738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330738 is #CCF8C7. Grayscale: #191919. Windows color (decimal): -13433032 or 3671859. OLE color: 3671859.

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

Color convert

RGB 51 7 56 -
CMYK 0.09 0.88 0 0.78
HSL 293.88º 0.78% 0.12% -
HSV(B) 293.88º 0.88% 0.22% -
XYZ 2.16 1.14 3.85 -
YUV 25.74 145.08 146.02 -
System Red Green Blue C M Y K H S L
Decimal 51 7 56 0.09 0.88 0 0.78 293.88 0.78 0.12
Hex 33 7 38 9 58 0 4E 126 4E C
Octal 63 7 70 11 130 0 116 446 116 14
Binary 110011 111 111000 1001 1011000 0 1001110 100100110 1001110 1100

Color Harmonies of #330738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330738

Black with #330738

Text Example


Text Example

White with #330738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330738; }

 p { color: rgb(51,7,56); }

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

background-color css

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

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

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

border-color css

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

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

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