Html Css Color HEX #30062C Mardi Gras

📋 copy color: '#30062C'

red 48 ◦ green 6 ◦ blue 44

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

Shades of Mardi Gras #30062C

Tints of Mardi Gras #30062C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 44.9%

R = 48.98%
G = 6.12%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#30062C (or 0x30062C) is known color: Mardi Gras. HEX triplet: 30, 06 and 2C. RGB value is (48,6,44). Sum of RGB (Red+Green+Blue) = 48+6+44=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #30062C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30062C is #CFF9D3. Grayscale: #161616. Windows color (decimal): -13629908 or 2885168. OLE color: 2885168.

HSL color Cylindrical-coordinate representation of color #30062C: hue angle of 305.71º 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 #30062C is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 6 44 -
CMYK 0 0.87 0.08 0.81
HSL 305.71º 0.78% 0.11% -
HSV(B) 305.71º 0.88% 0.19% -
XYZ 1.74 0.94 2.47 -
YUV 22.89 139.91 145.91 -
System Red Green Blue C M Y K H S L
Decimal 48 6 44 0 0.87 0.08 0.81 305.71 0.78 0.11
Hex 30 6 2C 0 57 8 51 132 4E B
Octal 60 6 54 0 127 10 121 462 116 13
Binary 110000 110 101100 0 1010111 1000 1010001 100110010 1001110 1011

Color Harmonies of #30062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30062C

Black with #30062C

Text Example


Text Example

White with #30062C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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