Html Css Color HEX #330136 Mardi Gras

📋 copy color: '#330136'

red 51 ◦ green 1 ◦ blue 54

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

Shades of Mardi Gras #330136

Tints of Mardi Gras #330136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.94%

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

R = 48.11%
G = 0.94%
B = 50.94%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#330136 (or 0x330136) is known color: Mardi Gras. HEX triplet: 33, 01 and 36. RGB value is (51,1,54). Sum of RGB (Red+Green+Blue) = 51+1+54=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 54 (21.48% from 255 or 50.94% from 106); Max value from RGB is 54 - color contains mainly: blue. Hex color #330136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330136 is #CCFEC9. Grayscale: #151515. Windows color (decimal): -13434570 or 3539251. OLE color: 3539251.

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

Color convert

RGB 51 1 54 -
CMYK 0.06 0.98 0 0.79
HSL 296.6º 0.96% 0.11% -
HSV(B) 296.6º 0.98% 0.21% -
XYZ 2.04 0.99 3.57 -
YUV 21.99 146.07 148.69 -
System Red Green Blue C M Y K H S L
Decimal 51 1 54 0.06 0.98 0 0.79 296.6 0.96 0.11
Hex 33 1 36 6 62 0 4F 129 60 B
Octal 63 1 66 6 142 0 117 451 140 13
Binary 110011 1 110110 110 1100010 0 1001111 100101001 1100000 1011

Color Harmonies of #330136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330136

Black with #330136

Text Example


Text Example

White with #330136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330136; }

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

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

background-color css

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

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

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

border-color css

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

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

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