Html Css Color HEX #30142E Mardi Gras

📋 copy color: '#30142E'

red 48 ◦ green 20 ◦ blue 46

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

Shades of Mardi Gras #30142E

Tints of Mardi Gras #30142E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 40.35%

R = 42.11%
G = 17.54%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#30142E (or 0x30142E) is known color: Mardi Gras. HEX triplet: 30, 14 and 2E. RGB value is (48,20,46). Sum of RGB (Red+Green+Blue) = 48+20+46=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #30142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30142E is #CFEBD1. Grayscale: #1F1F1F. Windows color (decimal): -13626322 or 3019824. OLE color: 3019824.

HSL color Cylindrical-coordinate representation of color #30142E: hue angle of 304.29º 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 #30142E is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 20 46 -
CMYK 0 0.58 0.04 0.81
HSL 304.29º 0.41% 0.13% -
HSV(B) 304.29º 0.58% 0.19% -
XYZ 1.96 1.33 2.74 -
YUV 31.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 48 20 46 0 0.58 0.04 0.81 304.29 0.41 0.13
Hex 30 14 2E 0 3A 4 51 130 29 D
Octal 60 24 56 0 72 4 121 460 51 15
Binary 110000 10100 101110 0 111010 100 1010001 100110000 101001 1101

Color Harmonies of #30142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30142E

Black with #30142E

Text Example


Text Example

White with #30142E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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