Html Css Color HEX #302930 Mardi Gras

📋 copy color: '#302930'

red 48 ◦ green 41 ◦ blue 48

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

Shades of Mardi Gras #302930

Tints of Mardi Gras #302930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.93%

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

R = 35.04%
G = 29.93%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#302930 (or 0x302930) is known color: Mardi Gras. HEX triplet: 30, 29 and 30. RGB value is (48,41,48). Sum of RGB (Red+Green+Blue) = 48+41+48=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #302930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302930 is #CFD6CF. Grayscale: #2B2B2B. Windows color (decimal): -13620944 or 3156272. OLE color: 3156272.

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

Color convert

RGB 48 41 48 -
CMYK 0 0.15 0 0.81
HSL 300º 0.08% 0.17% -
HSV(B) 300º 0.15% 0.19% -
XYZ 2.55 2.43 3.13 -
YUV 43.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 48 41 48 0 0.15 0 0.81 300 0.08 0.17
Hex 30 29 30 0 F 0 51 12C 8 11
Octal 60 51 60 0 17 0 121 454 10 21
Binary 110000 101001 110000 0 1111 0 1010001 100101100 1000 10001

Color Harmonies of #302930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302930

Black with #302930

Text Example


Text Example

White with #302930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302930; }

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

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

background-color css

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

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

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

border-color css

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

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

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