Html Css Color HEX #301135 Mardi Gras

📋 copy color: '#301135'

red 48 ◦ green 17 ◦ blue 53

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

Shades of Mardi Gras #301135

Tints of Mardi Gras #301135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.41%

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

R = 40.68%
G = 14.41%
B = 44.92%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#301135 (or 0x301135) is known color: Mardi Gras. HEX triplet: 30, 11 and 35. RGB value is (48,17,53). Sum of RGB (Red+Green+Blue) = 48+17+53=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 53 (21.09% from 255 or 44.92% from 118); Max value from RGB is 53 - color contains mainly: blue. Hex color #301135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301135 is #CFEECA. Grayscale: #1E1E1E. Windows color (decimal): -13627083 or 3477808. OLE color: 3477808.

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

Color convert

RGB 48 17 53 -
CMYK 0.09 0.68 0 0.79
HSL 291.67º 0.51% 0.14% -
HSV(B) 291.67º 0.68% 0.21% -
XYZ 2.06 1.29 3.51 -
YUV 30.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 48 17 53 0.09 0.68 0 0.79 291.67 0.51 0.14
Hex 30 11 35 9 44 0 4F 124 33 E
Octal 60 21 65 11 104 0 117 444 63 16
Binary 110000 10001 110101 1001 1000100 0 1001111 100100100 110011 1110

Color Harmonies of #301135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301135

Black with #301135

Text Example


Text Example

White with #301135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301135; }

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

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

background-color css

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

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

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

border-color css

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

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

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