Html Css Color HEX #30122C Mardi Gras

📋 copy color: '#30122C'

red 48 ◦ green 18 ◦ blue 44

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

Shades of Mardi Gras #30122C

Tints of Mardi Gras #30122C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.36%

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

R = 43.64%
G = 16.36%
B = 40%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#30122C (or 0x30122C) is known color: Mardi Gras. HEX triplet: 30, 12 and 2C. RGB value is (48,18,44). Sum of RGB (Red+Green+Blue) = 48+18+44=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 44 (17.58% from 255 or 40% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #30122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30122C is #CFEDD3. Grayscale: #1D1D1D. Windows color (decimal): -13626836 or 2888240. OLE color: 2888240.

HSL color Cylindrical-coordinate representation of color #30122C: hue angle of 308º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30122C is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 18 44 -
CMYK 0 0.63 0.08 0.81
HSL 308º 0.45% 0.13% -
HSV(B) 308º 0.63% 0.19% -
XYZ 1.89 1.24 2.52 -
YUV 29.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 48 18 44 0 0.63 0.08 0.81 308 0.45 0.13
Hex 30 12 2C 0 3F 8 51 134 2D D
Octal 60 22 54 0 77 10 121 464 55 15
Binary 110000 10010 101100 0 111111 1000 1010001 100110100 101101 1101

Color Harmonies of #30122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30122C

Black with #30122C

Text Example


Text Example

White with #30122C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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