Html Css Color HEX #30142C Mardi Gras

📋 copy color: '#30142C'

red 48 ◦ green 20 ◦ blue 44

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

Shades of Mardi Gras #30142C

Tints of Mardi Gras #30142C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.86%

 BLUE value IS 44 (17.58% from 255) = 39.29%

R = 42.86%
G = 17.86%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#30142C (or 0x30142C) is known color: Mardi Gras. HEX triplet: 30, 14 and 2C. RGB value is (48,20,44). Sum of RGB (Red+Green+Blue) = 48+20+44=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #30142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30142C is #CFEBD3. Grayscale: #1F1F1F. Windows color (decimal): -13626324 or 2888752. OLE color: 2888752.

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

Color convert

RGB 48 20 44 -
CMYK 0 0.58 0.08 0.81
HSL 308.57º 0.41% 0.13% -
HSV(B) 308.57º 0.58% 0.19% -
XYZ 1.92 1.31 2.53 -
YUV 31.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 48 20 44 0 0.58 0.08 0.81 308.57 0.41 0.13
Hex 30 14 2C 0 3A 8 51 135 29 D
Octal 60 24 54 0 72 10 121 465 51 15
Binary 110000 10100 101100 0 111010 1000 1010001 100110101 101001 1101

Color Harmonies of #30142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30142C

Black with #30142C

Text Example


Text Example

White with #30142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30142C; }

 p { color: rgb(48,20,44); }

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

background-color css

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

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

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

border-color css

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

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

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