Html Css Color HEX #30182F Mardi Gras

📋 copy color: '#30182F'

red 48 ◦ green 24 ◦ blue 47

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

Shades of Mardi Gras #30182F

Tints of Mardi Gras #30182F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.17%

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

R = 40.34%
G = 20.17%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#30182F (or 0x30182F) is known color: Mardi Gras. HEX triplet: 30, 18 and 2F. RGB value is (48,24,47). Sum of RGB (Red+Green+Blue) = 48+24+47=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 48 - color contains mainly: red. Hex color #30182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30182F is #CFE7D0. Grayscale: #212121. Windows color (decimal): -13625297 or 3086384. OLE color: 3086384.

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

Color convert

RGB 48 24 47 -
CMYK 0 0.5 0.02 0.81
HSL 302.5º 0.33% 0.14% -
HSV(B) 302.5º 0.5% 0.19% -
XYZ 2.06 1.49 2.87 -
YUV 33.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 48 24 47 0 0.5 0.02 0.81 302.5 0.33 0.14
Hex 30 18 2F 0 32 2 51 12E 21 E
Octal 60 30 57 0 62 2 121 456 41 16
Binary 110000 11000 101111 0 110010 10 1010001 100101110 100001 1110

Color Harmonies of #30182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30182F

Black with #30182F

Text Example


Text Example

White with #30182F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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