Html Css Color HEX #30242F Mardi Gras

📋 copy color: '#30242F'

red 48 ◦ green 36 ◦ blue 47

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

Shades of Mardi Gras #30242F

Tints of Mardi Gras #30242F

RGB

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

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

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

R = 36.64%
G = 27.48%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#30242F (or 0x30242F) is known color: Mardi Gras. HEX triplet: 30, 24 and 2F. RGB value is (48,36,47). Sum of RGB (Red+Green+Blue) = 48+36+47=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 48 - color contains mainly: red. Hex color #30242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30242F is #CFDBD0. Grayscale: #282828. Windows color (decimal): -13622225 or 3089456. OLE color: 3089456.

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

Color convert

RGB 48 36 47 -
CMYK 0 0.25 0.02 0.81
HSL 305º 0.14% 0.16% -
HSV(B) 305º 0.25% 0.19% -
XYZ 2.36 2.1 2.97 -
YUV 40.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 48 36 47 0 0.25 0.02 0.81 305 0.14 0.16
Hex 30 24 2F 0 19 2 51 131 E 10
Octal 60 44 57 0 31 2 121 461 16 20
Binary 110000 100100 101111 0 11001 10 1010001 100110001 1110 10000

Color Harmonies of #30242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30242F

Black with #30242F

Text Example


Text Example

White with #30242F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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