Html Css Color HEX #30082D Mardi Gras

📋 copy color: '#30082D'

red 48 ◦ green 8 ◦ blue 45

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

Shades of Mardi Gras #30082D

Tints of Mardi Gras #30082D

RGB

 RED value IS 48 (19.14% from 255) = 47.52%

 GREEN value IS 8 (3.52% from 255) = 7.92%

 BLUE value IS 45 (17.97% from 255) = 44.55%

R = 47.52%
G = 7.92%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#30082D (or 0x30082D) is known color: Mardi Gras. HEX triplet: 30, 08 and 2D. RGB value is (48,8,45). Sum of RGB (Red+Green+Blue) = 48+8+45=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #30082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30082D is #CFF7D2. Grayscale: #181818. Windows color (decimal): -13629395 or 2951216. OLE color: 2951216.

HSL color Cylindrical-coordinate representation of color #30082D: hue angle of 304.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30082D is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 8 45 -
CMYK 0 0.83 0.06 0.81
HSL 304.5º 0.71% 0.11% -
HSV(B) 304.5º 0.83% 0.19% -
XYZ 1.78 0.99 2.58 -
YUV 24.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 48 8 45 0 0.83 0.06 0.81 304.5 0.71 0.11
Hex 30 8 2D 0 53 6 51 130 47 B
Octal 60 10 55 0 123 6 121 460 107 13
Binary 110000 1000 101101 0 1010011 110 1010001 100110000 1000111 1011

Color Harmonies of #30082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30082D

Black with #30082D

Text Example


Text Example

White with #30082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30082D; }

 p { color: rgb(48,8,45); }

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

background-color css

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

 a { background-color: rgb(48,8,45); }

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

border-color css

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

 span { border-color: rgb(48,8,45); }

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