Html Css Color HEX #30052E Mardi Gras

📋 copy color: '#30052E'

red 48 ◦ green 5 ◦ blue 46

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

Shades of Mardi Gras #30052E

Tints of Mardi Gras #30052E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.05%

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

R = 48.48%
G = 5.05%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#30052E (or 0x30052E) is known color: Mardi Gras. HEX triplet: 30, 05 and 2E. RGB value is (48,5,46). Sum of RGB (Red+Green+Blue) = 48+5+46=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #30052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30052E is #CFFAD1. Grayscale: #161616. Windows color (decimal): -13630162 or 3015984. OLE color: 3015984.

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

Color convert

RGB 48 5 46 -
CMYK 0 0.90 0.04 0.81
HSL 302.79º 0.81% 0.1% -
HSV(B) 302.79º 0.9% 0.19% -
XYZ 1.77 0.93 2.67 -
YUV 22.53 141.25 146.17 -
System Red Green Blue C M Y K H S L
Decimal 48 5 46 0 0.90 0.04 0.81 302.79 0.81 0.1
Hex 30 5 2E 0 5A 4 51 12F 51 A
Octal 60 5 56 0 132 4 121 457 121 12
Binary 110000 101 101110 0 1011010 100 1010001 100101111 1010001 1010

Color Harmonies of #30052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30052E

Black with #30052E

Text Example


Text Example

White with #30052E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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