Html Css Color HEX #301230 Mardi Gras

📋 copy color: '#301230'

red 48 ◦ green 18 ◦ blue 48

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

Shades of Mardi Gras #301230

Tints of Mardi Gras #301230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.79%

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

R = 42.11%
G = 15.79%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#301230 (or 0x301230) is known color: Mardi Gras. HEX triplet: 30, 12 and 30. RGB value is (48,18,48). Sum of RGB (Red+Green+Blue) = 48+18+48=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #301230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301230 is #CFEDCF. Grayscale: #1E1E1E. Windows color (decimal): -13626832 or 3150384. OLE color: 3150384.

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

Color convert

RGB 48 18 48 -
CMYK 0 0.63 0 0.81
HSL 300º 0.45% 0.13% -
HSV(B) 300º 0.63% 0.19% -
XYZ 1.97 1.27 2.94 -
YUV 30.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 48 18 48 0 0.63 0 0.81 300 0.45 0.13
Hex 30 12 30 0 3F 0 51 12C 2D D
Octal 60 22 60 0 77 0 121 454 55 15
Binary 110000 10010 110000 0 111111 0 1010001 100101100 101101 1101

Color Harmonies of #301230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301230

Black with #301230

Text Example


Text Example

White with #301230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301230; }

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

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

background-color css

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

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

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

border-color css

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

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

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