Html Css Color HEX #30142F Mardi Gras

📋 copy color: '#30142F'

red 48 ◦ green 20 ◦ blue 47

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

Shades of Mardi Gras #30142F

Tints of Mardi Gras #30142F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 40.87%

R = 41.74%
G = 17.39%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#30142F (or 0x30142F) is known color: Mardi Gras. HEX triplet: 30, 14 and 2F. RGB value is (48,20,47). Sum of RGB (Red+Green+Blue) = 48+20+47=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #30142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30142F is #CFEBD0. Grayscale: #1F1F1F. Windows color (decimal): -13626321 or 3085360. OLE color: 3085360.

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

Color convert

RGB 48 20 47 -
CMYK 0 0.58 0.02 0.81
HSL 302.14º 0.41% 0.13% -
HSV(B) 302.14º 0.58% 0.19% -
XYZ 1.98 1.33 2.84 -
YUV 31.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 48 20 47 0 0.58 0.02 0.81 302.14 0.41 0.13
Hex 30 14 2F 0 3A 2 51 12E 29 D
Octal 60 24 57 0 72 2 121 456 51 15
Binary 110000 10100 101111 0 111010 10 1010001 100101110 101001 1101

Color Harmonies of #30142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30142F

Black with #30142F

Text Example


Text Example

White with #30142F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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