Html Css Color HEX #30062A Mardi Gras

📋 copy color: '#30062A'

red 48 ◦ green 6 ◦ blue 42

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

Shades of Mardi Gras #30062A

Tints of Mardi Gras #30062A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.25%

 BLUE value IS 42 (16.8% from 255) = 43.75%

R = 50%
G = 6.25%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.81

RGB Variations

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

Color information

#30062A (or 0x30062A) is known color: Mardi Gras. HEX triplet: 30, 06 and 2A. RGB value is (48,6,42). Sum of RGB (Red+Green+Blue) = 48+6+42=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #30062A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30062A is #CFF9D5. Grayscale: #161616. Windows color (decimal): -13629910 or 2754096. OLE color: 2754096.

HSL color Cylindrical-coordinate representation of color #30062A: hue angle of 308.57º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30062A is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 6 42 -
CMYK 0 0.87 0.13 0.81
HSL 308.57º 0.78% 0.11% -
HSV(B) 308.57º 0.88% 0.19% -
XYZ 1.7 0.93 2.28 -
YUV 22.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 48 6 42 0 0.87 0.13 0.81 308.57 0.78 0.11
Hex 30 6 2A 0 57 D 51 135 4E B
Octal 60 6 52 0 127 15 121 465 116 13
Binary 110000 110 101010 0 1010111 1101 1010001 100110101 1001110 1011

Color Harmonies of #30062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30062A

Black with #30062A

Text Example


Text Example

White with #30062A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30062A; }

 p { color: rgb(48,6,42); }

 H1.HeaderClassName
 {
   color: #30062A;
 }
 .AnyTagClassName
 {
   color: #30062A;
 }
</style>

background-color css

<style>
 a { background-color: #30062A; }

 a { background-color: rgb(48,6,42); }

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

border-color css

<style>
 span { border-color: #30062A; }

 span { border-color: rgb(48,6,42); }

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