Html Css Color HEX #30182E Mardi Gras

📋 copy color: '#30182E'

red 48 ◦ green 24 ◦ blue 46

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

Shades of Mardi Gras #30182E

Tints of Mardi Gras #30182E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 38.98%

R = 40.68%
G = 20.34%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#30182E (or 0x30182E) is known color: Mardi Gras. HEX triplet: 30, 18 and 2E. RGB value is (48,24,46). Sum of RGB (Red+Green+Blue) = 48+24+46=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 48 - color contains mainly: red. Hex color #30182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30182E is #CFE7D1. Grayscale: #212121. Windows color (decimal): -13625298 or 3020848. OLE color: 3020848.

HSL color Cylindrical-coordinate representation of color #30182E: hue angle of 305º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #30182E is Cyan = 0, Magento = 0.5, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 24 46 -
CMYK 0 0.5 0.04 0.81
HSL 305º 0.33% 0.14% -
HSV(B) 305º 0.5% 0.19% -
XYZ 2.04 1.48 2.76 -
YUV 33.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 48 24 46 0 0.5 0.04 0.81 305 0.33 0.14
Hex 30 18 2E 0 32 4 51 131 21 E
Octal 60 30 56 0 62 4 121 461 41 16
Binary 110000 11000 101110 0 110010 100 1010001 100110001 100001 1110

Color Harmonies of #30182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30182E

Black with #30182E

Text Example


Text Example

White with #30182E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30182E; }

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

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

background-color css

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

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

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

border-color css

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

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

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