Html Css Color HEX #30072B Mardi Gras

📋 copy color: '#30072B'

red 48 ◦ green 7 ◦ blue 43

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

Shades of Mardi Gras #30072B

Tints of Mardi Gras #30072B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.14%

 BLUE value IS 43 (17.19% from 255) = 43.88%

R = 48.98%
G = 7.14%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#30072B (or 0x30072B) is known color: Mardi Gras. HEX triplet: 30, 07 and 2B. RGB value is (48,7,43). Sum of RGB (Red+Green+Blue) = 48+7+43=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #30072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30072B is #CFF8D4. Grayscale: #171717. Windows color (decimal): -13629653 or 2819888. OLE color: 2819888.

HSL color Cylindrical-coordinate representation of color #30072B: hue angle of 307.32º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30072B is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 7 43 -
CMYK 0 0.85 0.10 0.81
HSL 307.32º 0.75% 0.11% -
HSV(B) 307.32º 0.85% 0.19% -
XYZ 1.73 0.95 2.38 -
YUV 23.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 48 7 43 0 0.85 0.10 0.81 307.32 0.75 0.11
Hex 30 7 2B 0 55 A 51 133 4B B
Octal 60 7 53 0 125 12 121 463 113 13
Binary 110000 111 101011 0 1010101 1010 1010001 100110011 1001011 1011

Color Harmonies of #30072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30072B

Black with #30072B

Text Example


Text Example

White with #30072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30072B; }

 p { color: rgb(48,7,43); }

 H1.HeaderClassName
 {
   color: #30072B;
 }
 .AnyTagClassName
 {
   color: #30072B;
 }
</style>

background-color css

<style>
 a { background-color: #30072B; }

 a { background-color: rgb(48,7,43); }

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

border-color css

<style>
 span { border-color: #30072B; }

 span { border-color: rgb(48,7,43); }

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