Html Css Color HEX #331730 Mardi Gras

📋 copy color: '#331730'

red 51 ◦ green 23 ◦ blue 48

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

Shades of Mardi Gras #331730

Tints of Mardi Gras #331730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.85%

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

R = 41.8%
G = 18.85%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#331730 (or 0x331730) is known color: Mardi Gras. HEX triplet: 33, 17 and 30. RGB value is (51,23,48). Sum of RGB (Red+Green+Blue) = 51+23+48=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 51 - color contains mainly: red. Hex color #331730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331730 is #CCE8CF. Grayscale: #222222. Windows color (decimal): -13428944 or 3151667. OLE color: 3151667.

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

Color convert

RGB 51 23 48 -
CMYK 0 0.55 0.06 0.8
HSL 306.43º 0.38% 0.15% -
HSV(B) 306.43º 0.55% 0.2% -
XYZ 2.21 1.53 2.98 -
YUV 34.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 51 23 48 0 0.55 0.06 0.8 306.43 0.38 0.15
Hex 33 17 30 0 37 6 50 132 26 F
Octal 63 27 60 0 67 6 120 462 46 17
Binary 110011 10111 110000 0 110111 110 1010000 100110010 100110 1111

Color Harmonies of #331730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331730

Black with #331730

Text Example


Text Example

White with #331730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331730; }

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

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

background-color css

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

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

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

border-color css

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

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

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