Html Css Color HEX #30092E Mardi Gras

📋 copy color: '#30092E'

red 48 ◦ green 9 ◦ blue 46

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

Shades of Mardi Gras #30092E

Tints of Mardi Gras #30092E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.74%

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

R = 46.6%
G = 8.74%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#30092E (or 0x30092E) is known color: Mardi Gras. HEX triplet: 30, 09 and 2E. RGB value is (48,9,46). Sum of RGB (Red+Green+Blue) = 48+9+46=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #30092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30092E is #CFF6D1. Grayscale: #181818. Windows color (decimal): -13629138 or 3017008. OLE color: 3017008.

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

Color convert

RGB 48 9 46 -
CMYK 0 0.81 0.04 0.81
HSL 303.08º 0.68% 0.11% -
HSV(B) 303.08º 0.81% 0.19% -
XYZ 1.81 1.02 2.69 -
YUV 24.88 139.92 144.49 -
System Red Green Blue C M Y K H S L
Decimal 48 9 46 0 0.81 0.04 0.81 303.08 0.68 0.11
Hex 30 9 2E 0 51 4 51 12F 44 B
Octal 60 11 56 0 121 4 121 457 104 13
Binary 110000 1001 101110 0 1010001 100 1010001 100101111 1000100 1011

Color Harmonies of #30092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30092E

Black with #30092E

Text Example


Text Example

White with #30092E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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