Html Css Color HEX #301430 Mardi Gras

📋 copy color: '#301430'

red 48 ◦ green 20 ◦ blue 48

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

Shades of Mardi Gras #301430

Tints of Mardi Gras #301430

RGB

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

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

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

R = 41.38%
G = 17.24%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#301430 (or 0x301430) is known color: Mardi Gras. HEX triplet: 30, 14 and 30. RGB value is (48,20,48). Sum of RGB (Red+Green+Blue) = 48+20+48=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #301430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301430 is #CFEBCF. Grayscale: #1F1F1F. Windows color (decimal): -13626320 or 3150896. OLE color: 3150896.

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

Color convert

RGB 48 20 48 -
CMYK 0 0.58 0 0.81
HSL 300º 0.41% 0.13% -
HSV(B) 300º 0.58% 0.19% -
XYZ 2 1.34 2.95 -
YUV 31.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 48 20 48 0 0.58 0 0.81 300 0.41 0.13
Hex 30 14 30 0 3A 0 51 12C 29 D
Octal 60 24 60 0 72 0 121 454 51 15
Binary 110000 10100 110000 0 111010 0 1010001 100101100 101001 1101

Color Harmonies of #301430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301430

Black with #301430

Text Example


Text Example

White with #301430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301430; }

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

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

background-color css

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

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

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

border-color css

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

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

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