Html Css Color HEX #331530 Mardi Gras

📋 copy color: '#331530'

red 51 ◦ green 21 ◦ blue 48

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

Shades of Mardi Gras #331530

Tints of Mardi Gras #331530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.5%

 BLUE value IS 48 (19.14% from 255) = 40%

R = 42.5%
G = 17.5%
B = 40%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#331530 (or 0x331530) is known color: Mardi Gras. HEX triplet: 33, 15 and 30. RGB value is (51,21,48). Sum of RGB (Red+Green+Blue) = 51+21+48=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #331530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331530 is #CCEACF. Grayscale: #202020. Windows color (decimal): -13429456 or 3151155. OLE color: 3151155.

HSL color Cylindrical-coordinate representation of color #331530: hue angle of 306º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #331530 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 21 48 -
CMYK 0 0.59 0.06 0.8
HSL 306º 0.42% 0.14% -
HSV(B) 306º 0.59% 0.2% -
XYZ 2.17 1.45 2.96 -
YUV 33.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 51 21 48 0 0.59 0.06 0.8 306 0.42 0.14
Hex 33 15 30 0 3B 6 50 132 2A E
Octal 63 25 60 0 73 6 120 462 52 16
Binary 110011 10101 110000 0 111011 110 1010000 100110010 101010 1110

Color Harmonies of #331530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331530

Black with #331530

Text Example


Text Example

White with #331530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331530; }

 p { color: rgb(51,21,48); }

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

background-color css

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

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

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

border-color css

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

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

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