Html Css Color HEX #330236 Mardi Gras

📋 copy color: '#330236'

red 51 ◦ green 2 ◦ blue 54

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

Shades of Mardi Gras #330236

Tints of Mardi Gras #330236

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.87%

 BLUE value IS 54 (21.48% from 255) = 50.47%

R = 47.66%
G = 1.87%
B = 50.47%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#330236 (or 0x330236) is known color: Mardi Gras. HEX triplet: 33, 02 and 36. RGB value is (51,2,54). Sum of RGB (Red+Green+Blue) = 51+2+54=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 54 (21.48% from 255 or 50.47% from 107); Max value from RGB is 54 - color contains mainly: blue. Hex color #330236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330236 is #CCFDC9. Grayscale: #161616. Windows color (decimal): -13434314 or 3539507. OLE color: 3539507.

HSL color Cylindrical-coordinate representation of color #330236: hue angle of 296.54º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330236 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 51 2 54 -
CMYK 0.06 0.96 0 0.79
HSL 296.54º 0.93% 0.11% -
HSV(B) 296.54º 0.96% 0.21% -
XYZ 2.05 1.01 3.58 -
YUV 22.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 51 2 54 0.06 0.96 0 0.79 296.54 0.93 0.11
Hex 33 2 36 6 60 0 4F 129 5D B
Octal 63 2 66 6 140 0 117 451 135 13
Binary 110011 10 110110 110 1100000 0 1001111 100101001 1011101 1011

Color Harmonies of #330236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330236

Black with #330236

Text Example


Text Example

White with #330236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330236; }

 p { color: rgb(51,2,54); }

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

background-color css

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

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

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

border-color css

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

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

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