Html Css Color HEX #30172E Mardi Gras

📋 copy color: '#30172E'

red 48 ◦ green 23 ◦ blue 46

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

Shades of Mardi Gras #30172E

Tints of Mardi Gras #30172E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.66%

 BLUE value IS 46 (18.36% from 255) = 39.32%

R = 41.03%
G = 19.66%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#30172E (or 0x30172E) is known color: Mardi Gras. HEX triplet: 30, 17 and 2E. RGB value is (48,23,46). Sum of RGB (Red+Green+Blue) = 48+23+46=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 48 - color contains mainly: red. Hex color #30172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30172E is #CFE8D1. Grayscale: #212121. Windows color (decimal): -13625554 or 3020592. OLE color: 3020592.

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

Color convert

RGB 48 23 46 -
CMYK 0 0.52 0.04 0.81
HSL 304.8º 0.35% 0.14% -
HSV(B) 304.8º 0.52% 0.19% -
XYZ 2.02 1.44 2.76 -
YUV 33.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 48 23 46 0 0.52 0.04 0.81 304.8 0.35 0.14
Hex 30 17 2E 0 34 4 51 131 23 E
Octal 60 27 56 0 64 4 121 461 43 16
Binary 110000 10111 101110 0 110100 100 1010001 100110001 100011 1110

Color Harmonies of #30172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30172E

Black with #30172E

Text Example


Text Example

White with #30172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30172E; }

 p { color: rgb(48,23,46); }

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

background-color css

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

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

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

border-color css

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

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

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