Html Css Color HEX #30172C Mardi Gras

📋 copy color: '#30172C'

red 48 ◦ green 23 ◦ blue 44

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

Shades of Mardi Gras #30172C

Tints of Mardi Gras #30172C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 38.26%

R = 41.74%
G = 20%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#30172C (or 0x30172C) is known color: Mardi Gras. HEX triplet: 30, 17 and 2C. RGB value is (48,23,44). Sum of RGB (Red+Green+Blue) = 48+23+44=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #30172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30172C is #CFE8D3. Grayscale: #202020. Windows color (decimal): -13625556 or 2889520. OLE color: 2889520.

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

Color convert

RGB 48 23 44 -
CMYK 0 0.52 0.08 0.81
HSL 309.6º 0.35% 0.14% -
HSV(B) 309.6º 0.52% 0.19% -
XYZ 1.98 1.42 2.55 -
YUV 32.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 48 23 44 0 0.52 0.08 0.81 309.6 0.35 0.14
Hex 30 17 2C 0 34 8 51 136 23 E
Octal 60 27 54 0 64 10 121 466 43 16
Binary 110000 10111 101100 0 110100 1000 1010001 100110110 100011 1110

Color Harmonies of #30172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30172C

Black with #30172C

Text Example


Text Example

White with #30172C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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