Html Css Color HEX #320D30 Mardi Gras

📋 copy color: '#320D30'

red 50 ◦ green 13 ◦ blue 48

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

Shades of Mardi Gras #320D30

Tints of Mardi Gras #320D30

RGB

 RED value IS 50 (19.92% from 255) = 45.05%

 GREEN value IS 13 (5.47% from 255) = 11.71%

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

R = 45.05%
G = 11.71%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#320D30 (or 0x320D30) is known color: Mardi Gras. HEX triplet: 32, 0D and 30. RGB value is (50,13,48). Sum of RGB (Red+Green+Blue) = 50+13+48=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 50 - color contains mainly: red. Hex color #320D30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320D30 is #CDF2CF. Grayscale: #1B1B1B. Windows color (decimal): -13497040 or 3149106. OLE color: 3149106.

HSL color Cylindrical-coordinate representation of color #320D30: hue angle of 303.24º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #320D30 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 13 48 -
CMYK 0 0.74 0.04 0.80
HSL 303.24º 0.59% 0.12% -
HSV(B) 303.24º 0.74% 0.2% -
XYZ 1.99 1.18 2.92 -
YUV 28.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 50 13 48 0 0.74 0.04 0.80 303.24 0.59 0.12
Hex 32 D 30 0 4A 4 50 12F 3B C
Octal 62 15 60 0 112 4 120 457 73 14
Binary 110010 1101 110000 0 1001010 100 1010000 100101111 111011 1100

Color Harmonies of #320D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320D30

Black with #320D30

Text Example


Text Example

White with #320D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320D30; }

 p { color: rgb(50,13,48); }

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

background-color css

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

 a { background-color: rgb(50,13,48); }

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

border-color css

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

 span { border-color: rgb(50,13,48); }

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