Html Css Color HEX #30062E Mardi Gras

📋 copy color: '#30062E'

red 48 ◦ green 6 ◦ blue 46

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

Shades of Mardi Gras #30062E

Tints of Mardi Gras #30062E

RGB

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

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

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

R = 48%
G = 6%
B = 46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#30062E (or 0x30062E) is known color: Mardi Gras. HEX triplet: 30, 06 and 2E. RGB value is (48,6,46). Sum of RGB (Red+Green+Blue) = 48+6+46=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #30062E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30062E is #CFF9D1. Grayscale: #161616. Windows color (decimal): -13629906 or 3016240. OLE color: 3016240.

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

Color convert

RGB 48 6 46 -
CMYK 0 0.87 0.04 0.81
HSL 302.86º 0.78% 0.11% -
HSV(B) 302.86º 0.88% 0.19% -
XYZ 1.78 0.96 2.68 -
YUV 23.12 140.91 145.75 -
System Red Green Blue C M Y K H S L
Decimal 48 6 46 0 0.87 0.04 0.81 302.86 0.78 0.11
Hex 30 6 2E 0 57 4 51 12F 4E B
Octal 60 6 56 0 127 4 121 457 116 13
Binary 110000 110 101110 0 1010111 100 1010001 100101111 1001110 1011

Color Harmonies of #30062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30062E

Black with #30062E

Text Example


Text Example

White with #30062E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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