Html Css Color HEX #300530 Mardi Gras

📋 copy color: '#300530'

red 48 ◦ green 5 ◦ blue 48

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

Shades of Mardi Gras #300530

Tints of Mardi Gras #300530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.95%

 BLUE value IS 48 (19.14% from 255) = 47.52%

R = 47.52%
G = 4.95%
B = 47.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#300530 (or 0x300530) is known color: Mardi Gras. HEX triplet: 30, 05 and 30. RGB value is (48,5,48). Sum of RGB (Red+Green+Blue) = 48+5+48=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #300530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300530 is #CFFACF. Grayscale: #161616. Windows color (decimal): -13630160 or 3147056. OLE color: 3147056.

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

Color convert

RGB 48 5 48 -
CMYK 0 0.90 0 0.81
HSL 300º 0.81% 0.1% -
HSV(B) 300º 0.9% 0.19% -
XYZ 1.81 0.95 2.88 -
YUV 22.76 142.25 146 -
System Red Green Blue C M Y K H S L
Decimal 48 5 48 0 0.90 0 0.81 300 0.81 0.1
Hex 30 5 30 0 5A 0 51 12C 51 A
Octal 60 5 60 0 132 0 121 454 121 12
Binary 110000 101 110000 0 1011010 0 1010001 100101100 1010001 1010

Color Harmonies of #300530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300530

Black with #300530

Text Example


Text Example

White with #300530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300530; }

 p { color: rgb(48,5,48); }

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

background-color css

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

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

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

border-color css

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

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

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