Html Css Color HEX #301630 Mardi Gras

📋 copy color: '#301630'

red 48 ◦ green 22 ◦ blue 48

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

Shades of Mardi Gras #301630

Tints of Mardi Gras #301630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.64%

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

R = 40.68%
G = 18.64%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#301630 (or 0x301630) is known color: Mardi Gras. HEX triplet: 30, 16 and 30. RGB value is (48,22,48). Sum of RGB (Red+Green+Blue) = 48+22+48=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #301630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301630 is #CFE9CF. Grayscale: #202020. Windows color (decimal): -13625808 or 3151408. OLE color: 3151408.

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

Color convert

RGB 48 22 48 -
CMYK 0 0.54 0 0.81
HSL 300º 0.37% 0.14% -
HSV(B) 300º 0.54% 0.19% -
XYZ 2.04 1.42 2.96 -
YUV 32.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 48 22 48 0 0.54 0 0.81 300 0.37 0.14
Hex 30 16 30 0 36 0 51 12C 25 E
Octal 60 26 60 0 66 0 121 454 45 16
Binary 110000 10110 110000 0 110110 0 1010001 100101100 100101 1110

Color Harmonies of #301630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301630

Black with #301630

Text Example


Text Example

White with #301630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301630; }

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

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

background-color css

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

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

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

border-color css

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

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

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