Html Css Color HEX #301830 Mardi Gras

📋 copy color: '#301830'

red 48 ◦ green 24 ◦ blue 48

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

Shades of Mardi Gras #301830

Tints of Mardi Gras #301830

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20%

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

R = 40%
G = 20%
B = 40%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#301830 (or 0x301830) is known color: Mardi Gras. HEX triplet: 30, 18 and 30. RGB value is (48,24,48). Sum of RGB (Red+Green+Blue) = 48+24+48=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #301830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301830 is #CFE7CF. Grayscale: #212121. Windows color (decimal): -13625296 or 3151920. OLE color: 3151920.

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

Color convert

RGB 48 24 48 -
CMYK 0 0.5 0 0.81
HSL 300º 0.33% 0.14% -
HSV(B) 300º 0.5% 0.19% -
XYZ 2.08 1.5 2.98 -
YUV 33.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 48 24 48 0 0.5 0 0.81 300 0.33 0.14
Hex 30 18 30 0 32 0 51 12C 21 E
Octal 60 30 60 0 62 0 121 454 41 16
Binary 110000 11000 110000 0 110010 0 1010001 100101100 100001 1110

Color Harmonies of #301830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301830

Black with #301830

Text Example


Text Example

White with #301830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301830; }

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

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

background-color css

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

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

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

border-color css

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

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

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