Html Css Color HEX #300935 Mardi Gras

📋 copy color: '#300935'

red 48 ◦ green 9 ◦ blue 53

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

Shades of Mardi Gras #300935

Tints of Mardi Gras #300935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.18%

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

R = 43.64%
G = 8.18%
B = 48.18%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#300935 (or 0x300935) is known color: Mardi Gras. HEX triplet: 30, 09 and 35. RGB value is (48,9,53). Sum of RGB (Red+Green+Blue) = 48+9+53=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 53 (21.09% from 255 or 48.18% from 110); Max value from RGB is 53 - color contains mainly: blue. Hex color #300935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300935 is #CFF6CA. Grayscale: #191919. Windows color (decimal): -13629131 or 3475760. OLE color: 3475760.

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

Color convert

RGB 48 9 53 -
CMYK 0.09 0.83 0 0.79
HSL 293.18º 0.71% 0.12% -
HSV(B) 293.18º 0.83% 0.21% -
XYZ 1.96 1.08 3.47 -
YUV 25.68 143.42 143.92 -
System Red Green Blue C M Y K H S L
Decimal 48 9 53 0.09 0.83 0 0.79 293.18 0.71 0.12
Hex 30 9 35 9 53 0 4F 125 47 C
Octal 60 11 65 11 123 0 117 445 107 14
Binary 110000 1001 110101 1001 1010011 0 1001111 100100101 1000111 1100

Color Harmonies of #300935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300935

Black with #300935

Text Example


Text Example

White with #300935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300935; }

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

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

background-color css

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

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

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

border-color css

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

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

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