Html Css Color HEX #302430 Mardi Gras

📋 copy color: '#302430'

red 48 ◦ green 36 ◦ blue 48

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

Shades of Mardi Gras #302430

Tints of Mardi Gras #302430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.27%

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

R = 36.36%
G = 27.27%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#302430 (or 0x302430) is known color: Mardi Gras. HEX triplet: 30, 24 and 30. RGB value is (48,36,48). Sum of RGB (Red+Green+Blue) = 48+36+48=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #302430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302430 is #CFDBCF. Grayscale: #282828. Windows color (decimal): -13622224 or 3154992. OLE color: 3154992.

HSL color Cylindrical-coordinate representation of color #302430: hue angle of 300º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #302430 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 36 48 -
CMYK 0 0.25 0 0.81
HSL 300º 0.14% 0.16% -
HSV(B) 300º 0.25% 0.19% -
XYZ 2.38 2.1 3.08 -
YUV 40.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 48 36 48 0 0.25 0 0.81 300 0.14 0.16
Hex 30 24 30 0 19 0 51 12C E 10
Octal 60 44 60 0 31 0 121 454 16 20
Binary 110000 100100 110000 0 11001 0 1010001 100101100 1110 10000

Color Harmonies of #302430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302430

Black with #302430

Text Example


Text Example

White with #302430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302430; }

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

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

background-color css

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

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

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

border-color css

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

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

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