Html Css Color HEX #331830 Mardi Gras

📋 copy color: '#331830'

red 51 ◦ green 24 ◦ blue 48

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

Shades of Mardi Gras #331830

Tints of Mardi Gras #331830

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.51%

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

R = 41.46%
G = 19.51%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#331830 (or 0x331830) is known color: Mardi Gras. HEX triplet: 33, 18 and 30. RGB value is (51,24,48). Sum of RGB (Red+Green+Blue) = 51+24+48=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 51 - color contains mainly: red. Hex color #331830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331830 is #CCE7CF. Grayscale: #222222. Windows color (decimal): -13428688 or 3151923. OLE color: 3151923.

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

Color convert

RGB 51 24 48 -
CMYK 0 0.53 0.06 0.8
HSL 306.67º 0.36% 0.15% -
HSV(B) 306.67º 0.53% 0.2% -
XYZ 2.23 1.57 2.98 -
YUV 34.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 51 24 48 0 0.53 0.06 0.8 306.67 0.36 0.15
Hex 33 18 30 0 35 6 50 133 24 F
Octal 63 30 60 0 65 6 120 463 44 17
Binary 110011 11000 110000 0 110101 110 1010000 100110011 100100 1111

Color Harmonies of #331830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331830

Black with #331830

Text Example


Text Example

White with #331830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331830; }

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

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

background-color css

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

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

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

border-color css

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

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

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