Html Css Color HEX #30022D Mardi Gras

📋 copy color: '#30022D'

red 48 ◦ green 2 ◦ blue 45

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

Shades of Mardi Gras #30022D

Tints of Mardi Gras #30022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.11%

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

R = 50.53%
G = 2.11%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#30022D (or 0x30022D) is known color: Mardi Gras. HEX triplet: 30, 02 and 2D. RGB value is (48,2,45). Sum of RGB (Red+Green+Blue) = 48+2+45=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #30022D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30022D is #CFFDD2. Grayscale: #141414. Windows color (decimal): -13630931 or 2949680. OLE color: 2949680.

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

Color convert

RGB 48 2 45 -
CMYK 0 0.96 0.06 0.81
HSL 303.91º 0.92% 0.1% -
HSV(B) 303.91º 0.96% 0.19% -
XYZ 1.71 0.86 2.56 -
YUV 20.66 141.74 147.5 -
System Red Green Blue C M Y K H S L
Decimal 48 2 45 0 0.96 0.06 0.81 303.91 0.92 0.1
Hex 30 2 2D 0 60 6 51 130 5C A
Octal 60 2 55 0 140 6 121 460 134 12
Binary 110000 10 101101 0 1100000 110 1010001 100110000 1011100 1010

Color Harmonies of #30022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30022D

Black with #30022D

Text Example


Text Example

White with #30022D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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