Html Css Color HEX #30142B Mardi Gras

📋 copy color: '#30142B'

red 48 ◦ green 20 ◦ blue 43

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

Shades of Mardi Gras #30142B

Tints of Mardi Gras #30142B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 38.74%

R = 43.24%
G = 18.02%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#30142B (or 0x30142B) is known color: Mardi Gras. HEX triplet: 30, 14 and 2B. RGB value is (48,20,43). Sum of RGB (Red+Green+Blue) = 48+20+43=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #30142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30142B is #CFEBD4. Grayscale: #1E1E1E. Windows color (decimal): -13626325 or 2823216. OLE color: 2823216.

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

Color convert

RGB 48 20 43 -
CMYK 0 0.58 0.10 0.81
HSL 310.71º 0.41% 0.13% -
HSV(B) 310.71º 0.58% 0.19% -
XYZ 1.91 1.3 2.44 -
YUV 30.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 48 20 43 0 0.58 0.10 0.81 310.71 0.41 0.13
Hex 30 14 2B 0 3A A 51 137 29 D
Octal 60 24 53 0 72 12 121 467 51 15
Binary 110000 10100 101011 0 111010 1010 1010001 100110111 101001 1101

Color Harmonies of #30142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30142B

Black with #30142B

Text Example


Text Example

White with #30142B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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