Html Css Color HEX #302830 Mardi Gras

📋 copy color: '#302830'

red 48 ◦ green 40 ◦ blue 48

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

Shades of Mardi Gras #302830

Tints of Mardi Gras #302830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.41%

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

R = 35.29%
G = 29.41%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#302830 (or 0x302830) is known color: Mardi Gras. HEX triplet: 30, 28 and 30. RGB value is (48,40,48). Sum of RGB (Red+Green+Blue) = 48+40+48=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #302830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302830 is #CFD7CF. Grayscale: #2B2B2B. Windows color (decimal): -13621200 or 3156016. OLE color: 3156016.

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

Color convert

RGB 48 40 48 -
CMYK 0 0.17 0 0.81
HSL 300º 0.09% 0.17% -
HSV(B) 300º 0.17% 0.19% -
XYZ 2.51 2.36 3.12 -
YUV 43.3 130.65 131.35 -
System Red Green Blue C M Y K H S L
Decimal 48 40 48 0 0.17 0 0.81 300 0.09 0.17
Hex 30 28 30 0 11 0 51 12C 9 11
Octal 60 50 60 0 21 0 121 454 11 21
Binary 110000 101000 110000 0 10001 0 1010001 100101100 1001 10001

Color Harmonies of #302830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302830

Black with #302830

Text Example


Text Example

White with #302830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302830; }

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

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

background-color css

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

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

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

border-color css

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

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

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