Html Css Color HEX #301035 Mardi Gras

📋 copy color: '#301035'

red 48 ◦ green 16 ◦ blue 53

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

Shades of Mardi Gras #301035

Tints of Mardi Gras #301035

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.68%

 BLUE value IS 53 (21.09% from 255) = 45.3%

R = 41.03%
G = 13.68%
B = 45.3%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#301035 (or 0x301035) is known color: Mardi Gras. HEX triplet: 30, 10 and 35. RGB value is (48,16,53). Sum of RGB (Red+Green+Blue) = 48+16+53=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 53 (21.09% from 255 or 45.30% from 117); Max value from RGB is 53 - color contains mainly: blue. Hex color #301035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301035 is #CFEFCA. Grayscale: #1D1D1D. Windows color (decimal): -13627339 or 3477552. OLE color: 3477552.

HSL color Cylindrical-coordinate representation of color #301035: hue angle of 291.89º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #301035 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 16 53 -
CMYK 0.09 0.70 0 0.79
HSL 291.89º 0.54% 0.14% -
HSV(B) 291.89º 0.7% 0.21% -
XYZ 2.05 1.26 3.5 -
YUV 29.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 48 16 53 0.09 0.70 0 0.79 291.89 0.54 0.14
Hex 30 10 35 9 46 0 4F 124 36 E
Octal 60 20 65 11 106 0 117 444 66 16
Binary 110000 10000 110101 1001 1000110 0 1001111 100100100 110110 1110

Color Harmonies of #301035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301035

Black with #301035

Text Example


Text Example

White with #301035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301035; }

 p { color: rgb(48,16,53); }

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

background-color css

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

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

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

border-color css

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

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

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